Lines Matching refs:result

122   MaybeHandle<Object> result = Accessors::ReplaceAccessorWithDataProperty(
124 if (result.is_null()) {
140 Object result = isolate->native_context()->array_values_iterator();
141 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
160 Object result = holder.length();
161 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
245 Handle<Object> result;
247 .ToHandle(&result)) {
250 info.GetReturnValue().Set(Utils::ToLocal(result));
302 Object result = Smi::FromInt(String::cast(value).length());
303 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
338 Handle<Object> result = GetFunctionPrototype(isolate, function);
339 info.GetReturnValue().Set(Utils::ToLocal(result));
373 Handle<Object> result(Smi::FromInt(length), isolate);
374 info.GetReturnValue().Set(Utils::ToLocal(result));
392 Handle<Object> result = JSFunction::GetName(isolate, function);
393 info.GetReturnValue().Set(Utils::ToLocal(result));
523 Handle<Object> result = isolate->factory()->null_value();
530 result = GetFrameArguments(isolate, &it, function_index);
535 info.GetReturnValue().Set(Utils::ToLocal(result));
698 Handle<Object> result;
704 result = caller;
706 result = isolate->factory()->null_value();
708 info.GetReturnValue().Set(Utils::ToLocal(result));
733 Handle<Object> result(Smi::FromInt(length), isolate);
734 info.GetReturnValue().Set(Utils::ToLocal(result));
753 Handle<Object> result;
754 if (!JSBoundFunction::GetName(isolate, function).ToHandle(&result)) {
758 info.GetReturnValue().Set(Utils::ToLocal(result));
783 Handle<Object> result(Smi::FromInt(length), isolate);
784 info.GetReturnValue().Set(Utils::ToLocal(result));
804 Handle<Object> result;
805 if (!JSWrappedFunction::GetName(isolate, function).ToHandle(&result)) {
809 info.GetReturnValue().Set(Utils::ToLocal(result));