Lines Matching refs:Handle
26 isolate, Handle<JSBoundFunction>::cast(function)));
28 return *JSFunction::GetName(isolate, Handle<JSFunction>::cast(function));
65 Handle<Object> script(
66 Handle<JSFunction>::cast(function)->shared()->script(), isolate);
68 return *Script::GetWrapper(Handle<Script>::cast(script));
80 Handle<Object> script(
81 Handle<JSFunction>::cast(function)->shared()->script(), isolate);
83 return Smi::FromInt(Handle<Script>::cast(script)->id());
94 return *Handle<JSFunction>::cast(function)->shared()->GetSourceCode();
170 Handle<SharedFunctionInfo> target_shared(target->shared());
171 Handle<SharedFunctionInfo> source_shared(source->shared());
207 Handle<Object> source_script(source_shared->script(), isolate);
218 Handle<Context> context(source->context());
228 source_shared, Handle<AbstractCode>(source_shared->abstract_code()));
278 ScopedVector<Handle<Object>> argv(argc);
310 Handle<JSBoundFunction>::cast(function))
311 : *JSFunction::ToString(Handle<JSFunction>::cast(function));