Home
last modified time | relevance | path

Searched refs:GetReturnValue (Results 1 – 25 of 51) sorted by relevance

123

/external/v8/test/cctest/
Dtest-access-checks.cc18 info.GetReturnValue().Set(g_cross_context_int); in NamedGetter()
30 info.GetReturnValue().Set(value); in NamedSetter()
39 info.GetReturnValue().Set(v8::DontDelete); in NamedQuery()
48 info.GetReturnValue().Set(false); in NamedDeleter()
56 info.GetReturnValue().Set(names); in NamedEnumerator()
61 if (index == 7) info.GetReturnValue().Set(g_cross_context_int); in IndexedGetter()
72 info.GetReturnValue().Set(value); in IndexedSetter()
77 if (index == 7) info.GetReturnValue().Set(v8::DontDelete); in IndexedQuery()
82 if (index == 7) info.GetReturnValue().Set(false); in IndexedDeleter()
90 info.GetReturnValue().Set(names); in IndexedEnumerator()
[all …]
Dtest-accessors.cc50 info.GetReturnValue().Set(v8_num(900)); in handle_property()
56 info.GetReturnValue().Set(v8_num(902)); in handle_property_2()
63 info.GetReturnValue().Set(v8_num(907)); in handle_property()
125 info.GetReturnValue().Set(v8_num(*value)); in GetIntValue()
173 info.GetReturnValue().Set(v8_num(x_register[offset])); in XGetter()
203 info.GetReturnValue().Set(v8_num(-1)); in XSetter()
276 info.GetReturnValue().Set(v8::String::NewFromUtf8(info.GetIsolate(), "foo", in HandleAllocatingGetter()
328 info.GetReturnValue().Set(17); in CheckAccessorArgsCorrect()
357 info.GetReturnValue().Set(v8::Local<v8::Value>()); in EmptyGetter()
480 info.GetReturnValue().Set(v8::Array::New(info.GetIsolate(), 1000)); in AllocGetter()
[all …]
Dtest-api-accessors.cc14 info.GetReturnValue().Set(42); in CppAccessor42()
19 info.GetReturnValue().Set(41); in CppAccessor41()
Dtest-api-interceptors.cc49 info.GetReturnValue().Set(42); in Returns42()
56 info.GetReturnValue().Set(v8_str("bad value")); in Return239Callback()
57 info.GetReturnValue().Set(v8_num(239)); in Return239Callback()
72 info.GetReturnValue().Set(self->Get(info.GetIsolate()->GetCurrentContext(), in SimpleAccessorGetter()
114 info.GetReturnValue().Set( in StringInterceptorGetter()
140 info.GetReturnValue().Set(value); in StringInterceptorSetter()
172 info.GetReturnValue().Set( in GenericInterceptorGetter()
193 info.GetReturnValue().Set(value); in GenericInterceptorSetter()
334 info.GetReturnValue().Set(name); in EchoNamedProperty()
439 info.GetReturnValue().Set(v8::Integer::New(isolate, 42)); in InterceptorLoadICGetter()
[all …]
Dtest-api-fast-accessor-builder.cc60 info.GetReturnValue().Set(v8_num(123)); in NativePropertyAccessor()
303 info.GetReturnValue().Set(12345); in ApiCallbackInt()
309 info.GetReturnValue().Set(v8_str(kApiCallbackStringValue)); in ApiCallbackString()
315 info.GetReturnValue().Set(info[0]); in ApiCallbackParam()
Dtest-api.h13 v8::ReturnValue<v8::Value> rv = t.GetReturnValue(); in CheckReturnValue()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp239 FXJSE_Value_SetNull(args.GetReturnValue()); in Abs()
245 FXJSE_Value_SetDouble(args.GetReturnValue(), dValue); in Abs()
318 FXJSE_Value_SetNull(args.GetReturnValue()); in Avg()
320 FXJSE_Value_SetDouble(args.GetReturnValue(), dSum / uCount); in Avg()
331 FXJSE_Value_SetNull(args.GetReturnValue()); in Ceil()
333 FXJSE_Value_SetFloat(args.GetReturnValue(), in Ceil()
404 FXJSE_Value_SetInteger(args.GetReturnValue(), (int32_t)uCount); in Count()
414 FXJSE_Value_SetNull(args.GetReturnValue()); in Floor()
416 FXJSE_Value_SetFloat(args.GetReturnValue(), in Floor()
523 FXJSE_Value_SetDouble(args.GetReturnValue(), dMaxValue); in Max()
[all …]
/external/v8/src/
Daccessors.cc136 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArgumentsIteratorGetter()
161 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArrayLengthGetter()
232 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in StringLengthGetter()
257 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate))); in ScriptColumnOffsetGetter()
283 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(id, isolate))); in ScriptIdGetter()
308 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate))); in ScriptNameGetter()
332 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate))); in ScriptSourceGetter()
357 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate))); in ScriptLineOffsetGetter()
384 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate))); in ScriptTypeGetter()
410 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate))); in ScriptCompilationTypeGetter()
[all …]
Dapi-arguments-inl.h29 return GetReturnValue<InternalReturn>(isolate); \
53 return GetReturnValue<InternalReturn>(isolate); \
73 return GetReturnValue<Object>(isolate); in FOR_EACH_CALLBACK_TABLE_MAPPING_1_INDEX()
88 return GetReturnValue<Object>(isolate); in Call()
Dapi-arguments.cc20 return GetReturnValue<Object>(isolate); in Call()
31 return GetReturnValue<JSObject>(isolate); in Call()
Dapi-arguments.h46 Handle<V> GetReturnValue(Isolate* isolate);
55 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue() function
/external/pdfium/xfa/src/fxjse/src/
Ddynprop.cpp29 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in FXJSE_DynPropGetterAdapter_MethodCallback()
129 info.GetReturnValue().Set(lpNewValue->DirectGetValue()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()
191 info.GetReturnValue().Set(hPropDescriptor); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor()
207 info.GetReturnValue().Set(hChainDescriptor); in FXJSE_V8ProxyCallback_getPropertyDescriptor()
216 info.GetReturnValue().Set(v8::Array::New(pIsolate)); in FXJSE_V8ProxyCallback_getOwnPropertyNames()
223 info.GetReturnValue().Set(hChainPropertyNames); in FXJSE_V8ProxyCallback_getPropertyNames()
257 info.GetReturnValue().Set(true); in FXJSE_V8ProxyCallback_delete()
270 info.GetReturnValue().Set( in FXJSE_V8ProxyCallback_delete()
280 info.GetReturnValue().SetUndefined(); in FXJSE_V8ProxyCallback_fix()
297 info.GetReturnValue().Set(v8::DontDelete); in FXJSE_V8_GenericNamedPropertyQueryCallback()
[all …]
Dclass.cpp72 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in FXJSE_V8FunctionCallback_Wrapper()
95 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()
117 info.GetReturnValue().Set(lpPropValue->DirectGetValue()); in FXJSE_V8GetterCallback_Wrapper()
207 FXJSE_HVALUE CFXJSE_Arguments::GetReturnValue() { in GetReturnValue() function in CFXJSE_Arguments
222 info.GetReturnValue().Set(v8::String::NewFromUtf8( in FXJSE_Context_GlobalObjToString()
226 info.GetReturnValue().Set(info.This()->ObjectProtoToString()); in FXJSE_Context_GlobalObjToString()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_signaturepseudomodel.cpp41 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_SignaturePseudoModel_Verify()
75 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_SignaturePseudoModel_Sign()
93 FXJSE_Value_Set(pArguments->GetReturnValue(), in Script_SignaturePseudoModel_Enumerate()
117 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_SignaturePseudoModel_Clear()
Dxfa_script_layoutpseudomodel.cpp95 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_HWXY()
161 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_NumberedPageCount()
188 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_PageSpan()
383 FXJSE_Value_SetObject(pArguments->GetReturnValue(), in Script_LayoutPseudoModel_PageContent()
399 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_AbsPageCountInBatch()
412 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_SheetCountInBatch()
462 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_AbsPageInBatch()
496 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_SheetInBatch()
534 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_LayoutPseudoModel_PageImp()
Dxfa_object_imp.cpp637 return FXJSE_Value_SetNull(pArguments->GetReturnValue()); in Script_TreeClass_ResolveNode()
643 FXJSE_Value_Set(pArguments->GetReturnValue(), hValue); in Script_TreeClass_ResolveNode()
650 FXJSE_Value_Set(pArguments->GetReturnValue(), hValue); in Script_TreeClass_ResolveNode()
653 FXJSE_Value_SetNull(pArguments->GetReturnValue()); in Script_TreeClass_ResolveNode()
668 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_TreeClass_ResolveNodes()
849 pArguments->GetReturnValue(), in Script_NodeClass_Clone()
865 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_NodeClass_GetAttribute()
888 FXJSE_Value_Set(pArguments->GetReturnValue(), in Script_NodeClass_GetElement()
923 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_NodeClass_IsPropertySpecified()
1076 FXJSE_Value_SetUTF8String(pArguments->GetReturnValue(), bsXMLHeader); in Script_NodeClass_SaveXML()
[all …]
Dxfa_script_hostpseudomodel.cpp382 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_HostPseudoModel_Response()
394 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_HostPseudoModel_DocumentInBatch()
552 FXJSE_Value_Set(pArguments->GetReturnValue(), in Script_HostPseudoModel_GetFocus()
597 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_HostPseudoModel_MessageBox()
637 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_HostPseudoModel_DocumentCountInBatch()
795 FXJSE_HVALUE hValue = pArguments->GetReturnValue(); in Script_HostPseudoModel_CurrentDateTime()
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc592 args.GetReturnValue().Set(ASCIILiteralToV8String(args.GetIsolate(), "127.0.0.1")); in MyIpAddressCallback()
594 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), result)); in MyIpAddressCallback()
617 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list)); in MyIpAddressExCallback()
640 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address)); in DnsResolveCallback()
642 args.GetReturnValue().SetNull(); in DnsResolveCallback()
655 args.GetReturnValue().SetNull(); in DnsResolveExCallback()
670 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list)); in DnsResolveExCallback()
678 args.GetReturnValue().SetNull(); in SortIpAddressListCallback()
686 args.GetReturnValue().Set(false); in SortIpAddressListCallback()
689 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), sorted_ip_address_list)); in SortIpAddressListCallback()
[all …]
/external/v8/samples/
Dprocess.cc404 info.GetReturnValue().Set( in MapGet()
426 info.GetReturnValue().Set(value_obj); in MapSet()
503 info.GetReturnValue().Set( in GetPath()
515 info.GetReturnValue().Set( in GetReferrer()
526 info.GetReturnValue().Set( in GetHost()
538 info.GetReturnValue().Set( in GetUserAgent()
/external/chromium-trace/catapult/devil/devil/utils/
Dreraiser_thread.py72 def GetReturnValue(self): member in ReraiserThread
201 return [t.GetReturnValue() for t in self._threads]
/external/v8/test/cctest/wasm/
Dtest-run-wasm-interpreter.cc203 CHECK_EQ(expected, thread->GetReturnValue().to<uint32_t>()); in TEST()
239 CHECK_EQ(expected, thread->GetReturnValue().to<uint32_t>()); in TEST()
281 CHECK_EQ(expected, thread->GetReturnValue().to<uint32_t>()); in TEST()
/external/v8/src/extensions/
Dignition-statistics-extension.cc30 args.GetReturnValue().Set(reinterpret_cast<Isolate*>(args.GetIsolate()) in GetIgnitionDispatchCounters()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Define.h96 info.GetReturnValue().Set((v8::Local<v8::Value>)value); in JSPropGetter()
164 info.GetReturnValue().Set(valueRes.ToV8Value()); in JSMethod()
361 info.GetReturnValue().Set(bRet ? 4 : 0); in JSSpecialPropQuery()
387 info.GetReturnValue().Set((v8::Local<v8::Value>)value); in JSSpecialPropGet()
460 info.GetReturnValue().Set(valueRes.ToV8Value()); in JSGlobalFunc()
/external/skia/experimental/SkV8Example/
DDrawingMethods.cpp129 info.GetReturnValue().Set( in GetWidth()
142 info.GetReturnValue().Set( in GetHeight()
/external/v8/test/cctest/compiler/
Dtest-run-deopt.cc16 return args.GetReturnValue().Set(frame->is_optimized()); in IsOptimized()

123