Home | History | Annotate | Download | only in src

Lines Matching refs:function_object

12447   Handle<Object> function_object(args[0], isolate);
12450 if (function_object->IsJSValue()) {
12451 Handle<JSValue> function_wrapper = Handle<JSValue>::cast(function_object);