/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.cpp | 239 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/ |
D | arguments.cc | 16 v8::Local<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue() function in v8::internal::CustomArguments 34 return GetReturnValue<v8::Value>(isolate); in Call() 45 return GetReturnValue<ReturnValue>(isolate); \ 57 return GetReturnValue<ReturnValue>(isolate); \ 69 return GetReturnValue<ReturnValue>(isolate); \
|
D | accessors.cc | 155 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArgumentsIteratorGetter() 198 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArrayLengthGetter() 258 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in StringLengthGetter() 294 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate))); in ScriptColumnOffsetGetter() 331 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(id, isolate))); in ScriptIdGetter() 368 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate))); in ScriptNameGetter() 403 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate))); in ScriptSourceGetter() 439 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate))); in ScriptLineOffsetGetter() 477 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate))); in ScriptTypeGetter() 515 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate))); in ScriptCompilationTypeGetter() [all …]
|
D | d8.cc | 496 args.GetReturnValue().Set(g_platform->MonotonicallyIncreasingTime()); in PerformanceNow() 500 args.GetReturnValue().Set(delta.InMillisecondsF()); in PerformanceNow() 512 args.GetReturnValue().Set(index); in RealmCurrent() 529 args.GetReturnValue().Set(index); in RealmOwner() 539 args.GetReturnValue().Set( in RealmGlobal() 565 args.GetReturnValue().Set(index); in RealmCreate() 621 args.GetReturnValue().Set(result); in RealmEval() 631 info.GetReturnValue().Set(data->realm_shared_); in RealmSharedGet() 692 args.GetReturnValue().Set(source); in Read() 863 args.GetReturnValue().Set(data_value); in WorkerGetMessage() [all …]
|
D | d8-posix.cc | 540 args.GetReturnValue().Set(accumulator); in System() 553 args.GetReturnValue().Set(accumulator); in System() 598 args.GetReturnValue().Set(previous); in SetUMask()
|
/external/pdfium/xfa/src/fxjse/src/ |
D | dynprop.cpp | 29 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 …]
|
D | class.cpp | 72 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/ |
D | xfa_script_signaturepseudomodel.cpp | 41 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()
|
D | xfa_script_layoutpseudomodel.cpp | 95 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()
|
D | xfa_object_imp.cpp | 637 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 …]
|
D | xfa_script_hostpseudomodel.cpp | 382 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/ |
D | proxy_resolver_v8.cc | 592 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/test/cctest/ |
D | test-accessors.cc | 50 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 …]
|
D | test-api-interceptors.cc | 49 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 …]
|
D | test-api-accessors.cc | 14 info.GetReturnValue().Set(42); in CppAccessor42() 19 info.GetReturnValue().Set(41); in CppAccessor41()
|
D | test-api.h | 14 v8::ReturnValue<v8::Value> rv = t.GetReturnValue(); in CheckReturnValue()
|
D | test-receiver-check-hidden-prototype.cc | 15 info.GetReturnValue().Set(41); in SlowCallback()
|
D | test-platform.cc | 35 args.GetReturnValue().Set(v8::Integer::NewFromUnsigned( in GetStackPointer()
|
/external/v8/samples/ |
D | process.cc | 404 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/ |
D | reraiser_thread.py | 72 def GetReturnValue(self): member in ReraiserThread 201 return [t.GetReturnValue() for t in self._threads]
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 122 args.GetReturnValue().Set(retval); in CompileRun() 183 args.GetReturnValue().Set(result); in AsmCompileRun() 228 args.GetReturnValue().Set(v8::Utils::ToLocal(object.ToHandleChecked())); in InstantiateModuleFromAsm() 271 args.GetReturnValue().Set(v8::Utils::ToLocal(object.ToHandleChecked())); in InstantiateModule()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Define.h | 96 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/ |
D | DrawingMethods.cpp | 129 info.GetReturnValue().Set( in GetWidth() 142 info.GetReturnValue().Set( in GetHeight()
|
/external/v8/test/cctest/compiler/ |
D | test-run-deopt.cc | 16 return args.GetReturnValue().Set(frame->is_optimized()); in IsOptimized()
|
/external/v8/src/extensions/ |
D | externalize-string-extension.cc | 138 args.GetReturnValue().Set(is_one_byte); in IsOneByte()
|