Lines Matching refs:ToLocal
136 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArgumentsIteratorGetter()
160 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArrayLengthGetter()
245 info.GetReturnValue().Set(Utils::ToLocal(result)); in ModuleNamespaceEntryGetter()
300 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in StringLengthGetter()
332 info.GetReturnValue().Set(Utils::ToLocal(result)); in FunctionPrototypeGetter()
375 info.GetReturnValue().Set(Utils::ToLocal(result)); in FunctionLengthGetter()
397 info.GetReturnValue().Set(Utils::ToLocal(result)); in FunctionNameGetter()
549 info.GetReturnValue().Set(Utils::ToLocal(result)); in FunctionArgumentsGetter()
726 info.GetReturnValue().Set(Utils::ToLocal(result)); in FunctionCallerGetter()
754 info.GetReturnValue().Set(Utils::ToLocal(result)); in BoundFunctionLengthGetter()
779 info.GetReturnValue().Set(Utils::ToLocal(result)); in BoundFunctionNameGetter()
835 info.GetReturnValue().Set(Utils::ToLocal(result)); in ErrorStackGetter()
877 v8::Local<v8::Value> value = Utils::ToLocal(formatted_stack_trace); in ErrorStackGetter()