Home | History | Annotate | Download | only in src

Lines Matching refs:JSFunction

148     Handle<JSFunction> constructor,
157 void SetExpectedNofProperties(Handle<JSFunction> func, int nof) {
176 void SetPrototypeProperty(Handle<JSFunction> func, Handle<JSObject> value) {
250 Handle<Object> SetPrototype(Handle<JSFunction> function,
567 Handle<JSFunction> constructor = isolate->script_function();
784 Handle<JSFunction> arguments_function = Handle<JSFunction>(
785 JSFunction::cast(arguments_boilerplate->map()->constructor()),
939 static bool CompileLazyFunction(Handle<JSFunction> function,
956 bool CompileLazy(Handle<JSFunction> function,
962 bool CompileLazyInLoop(Handle<JSFunction> function,
968 bool CompileOptimized(Handle<JSFunction> function,