Home | History | Annotate | Download | only in src

Lines Matching defs:CompileLazy

9284   bool result = Compiler::CompileLazy(info);
9293 bool SharedFunctionInfo::CompileLazy(Handle<SharedFunctionInfo> shared,
9439 bool JSFunction::CompileLazy(Handle<JSFunction> function,
9465 return function->is_compiled() || CompileLazy(function, flag);