CompileLazy 521 src/accessors.cc if (!JSFunction::CompileLazy(handle, KEEP_EXCEPTION)) {
CompileLazy 2090 src/bootstrapper.cc if (!JSFunction::CompileLazy(function, CLEAR_EXCEPTION)) {
CompileLazy 776 src/compiler.cc return CompileLazy(&optimized);
CompileLazy 433 src/compiler.h static bool CompileLazy(CompilationInfo* info);
CompileLazy 1815 src/debug.cc bool result = Compiler::CompileLazy(&info);
CompileLazy 2059 src/ic.cc JSFunction::CompileLazy(function, CLEAR_EXCEPTION);
CompileLazy 2079 src/ic.cc JSFunction::CompileLazy(function, CLEAR_EXCEPTION);
CompileLazy 7277 src/objects.cc bool result = Compiler::CompileLazy(info);
CompileLazy 7386 src/objects.cc return function->is_compiled() || CompileLazy(function, flag);
CompileLazy 5719 src/objects.h static bool CompileLazy(Handle<SharedFunctionInfo> shared,
CompileLazy 6009 src/objects.h static bool CompileLazy(Handle<JSFunction> function,
CompileLazy 8242 src/runtime.cc if (!JSFunction::CompileLazy(function, KEEP_EXCEPTION)) {
CompileLazy 11831 src/runtime.cc SharedFunctionInfo::CompileLazy(target, KEEP_EXCEPTION);
CompileLazy 11833 src/runtime.cc JSFunction::CompileLazy(target_function, KEEP_EXCEPTION);
CompileLazy 51 src/v8-counters.h HT(compile_lazy, V8.CompileLazy)