Lines Matching refs:Handle
84 Handle<JSFunction> function = Handle<JSFunction>::cast(function_object);
105 Handle<JSFunction> function;
109 if (!it.done()) function = Handle<JSFunction>(it.frame()->function());
160 Handle<JSFunction> function = Handle<JSFunction>::cast(function_object);
200 Handle<JSFunction> function = Handle<JSFunction>::cast(function_object);
218 Handle<JSFunction> function = Handle<JSFunction>::cast(function_object);
244 Handle<JSFunction> function;
252 if (!it.done()) function = Handle<JSFunction>(it.frame()->function());
299 Handle<JSFunction> function = Handle<JSFunction>::cast(function_object);
306 Handle<String> sync = Handle<String>::cast(sync_object);
422 Handle<Code> export_code = handle(function->code());
426 Handle<Code> export_fct;
434 export_fct = handle(target);
439 Handle<Code> intermediate_fct;
447 intermediate_fct = handle(target);
453 Handle<Code> imported_fct;
465 imported_fct = handle(target);
579 // having a handle scope might be useful.
712 Handle<JSMessageObject> message_obj =
715 Handle<JSObject> message = factory->NewJSObject(isolate->object_function());
717 Handle<String> key;
718 Handle<Object> value;
721 value = handle(Smi::FromInt(message_obj->start_position()), isolate);
725 value = handle(Smi::FromInt(message_obj->end_position()), isolate);
825 Handle<Type> name = args.at<Type>(index);
834 Handle<WasmCompiledModule> orig(module_obj->compiled_module());
838 Handle<JSArrayBuffer> ret = isolate->factory()->NewJSArrayBuffer();
873 Handle<FixedArray> compiled_module;
878 isolate, Handle<WasmCompiledModule>::cast(compiled_module));