/external/v8/src/inspector/ |
D | v8-injected-script-host.cc | 98 info.GetReturnValue().Set(object->GetConstructorName()); in internalConstructorNameCallback() 104 info.GetReturnValue().Set(false); in formatAccessorsAsProperties() 109 info.GetReturnValue().Set( in formatAccessorsAsProperties() 123 info.GetReturnValue().Set(internalType); in subtypeCallback() 128 info.GetReturnValue().Set(toV8StringInternalized(isolate, "array")); in subtypeCallback() 132 info.GetReturnValue().Set(toV8StringInternalized(isolate, "typedarray")); in subtypeCallback() 136 info.GetReturnValue().Set(toV8StringInternalized(isolate, "date")); in subtypeCallback() 140 info.GetReturnValue().Set(toV8StringInternalized(isolate, "regexp")); in subtypeCallback() 144 info.GetReturnValue().Set(toV8StringInternalized(isolate, "map")); in subtypeCallback() 148 info.GetReturnValue().Set(toV8StringInternalized(isolate, "set")); in subtypeCallback() [all …]
|
D | v8-console.cc | 251 info.GetReturnValue().Set(info.Data()); in returnDataCallback() 491 info.GetReturnValue().Set(memoryValue); in memoryGetterCallback() 504 info.GetReturnValue().Set(v8::Array::New(isolate)); in keysCallback() 512 info.GetReturnValue().Set(names); in keysCallback() 518 info.GetReturnValue().Set(v8::Array::New(isolate)); in valuesCallback() 534 info.GetReturnValue().Set(values); in valuesCallback() 616 info.GetReturnValue().Set(injectedScript->lastEvaluationResult()); in lastEvaluationResultCallback() 622 if (!copyToClipboard) info.GetReturnValue().Set(info[0]); in inspectImpl() 660 info.GetReturnValue().Set(object->get(isolate->GetCurrentContext())); in inspectedObject() 662 info.GetReturnValue().Set(v8::Undefined(isolate)); in inspectedObject() [all …]
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 628 args.GetReturnValue()->SetNull(); in Abs() 636 args.GetReturnValue()->SetDouble(dValue); in Abs() 645 args.GetReturnValue()->SetNull(); in Avg() 699 args.GetReturnValue()->SetNull(); in Avg() 703 args.GetReturnValue()->SetDouble(dSum / uCount); in Avg() 717 args.GetReturnValue()->SetNull(); in Ceil() 721 args.GetReturnValue()->SetFloat(ceil(ValueToFloat(pThis, argValue.get()))); in Ceil() 775 args.GetReturnValue()->SetInteger(iCount); in Count() 789 args.GetReturnValue()->SetNull(); in Floor() 793 args.GetReturnValue()->SetFloat(floor(ValueToFloat(pThis, argValue.get()))); in Floor() [all …]
|
D | cfxjse_class.cpp | 36 info.GetReturnValue().Set(lpRetValue->DirectGetValue()); in V8FunctionCallback_Wrapper() 63 info.GetReturnValue().Set(v8::String::NewFromUtf8( in Context_GlobalObjToString() 72 info.GetReturnValue().Set(local_str); in Context_GlobalObjToString() 97 info.GetReturnValue().Set(result.Return()); in DynPropGetterAdapter_MethodCallback() 176 info.GetReturnValue().Set(v8::DontDelete); in NamedPropertyQueryCallback() 180 info.GetReturnValue().Set(iV8Absent); in NamedPropertyQueryCallback() 196 info.GetReturnValue().Set(lpNewValue->DirectGetValue()); in NamedPropertyGetterCallback() 215 info.GetReturnValue().Set(value); in NamedPropertySetterCallback() 220 info.GetReturnValue().Set(v8::Array::New(info.GetIsolate())); in NamedPropertyEnumeratorCallback()
|
D | JS_Define.h | 86 info.GetReturnValue().Set(result.Return()); in JSPropGetter() 142 info.GetReturnValue().Set(result.Return()); in JSMethod()
|
D | cfxjse_arguments.h | 30 CFXJSE_Value* GetReturnValue() const;
|
D | cjs_globalconsts.cpp | 12 info.GetReturnValue().Set( \
|
D | cfxjse_arguments.cpp | 57 CFXJSE_Value* CFXJSE_Arguments::GetReturnValue() const { in GetReturnValue() function in CFXJSE_Arguments
|
D | cjs_globalarrays.cpp | 21 info.GetReturnValue().Set(pCurrentRuntime->GetConstArray(name)); \
|
/external/v8/src/ |
D | accessors.cc | 119 info.GetReturnValue().Set(true); in ReconfigureToDataProperty() 134 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArgumentsIteratorGetter() 161 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArrayLengthGetter() 197 info.GetReturnValue().Set(false); in ArrayLengthSetter() 215 info.GetReturnValue().Set(false); in ArrayLengthSetter() 218 info.GetReturnValue().Set(true); in ArrayLengthSetter() 247 info.GetReturnValue().Set(Utils::ToLocal(result)); in ModuleNamespaceEntryGetter() 266 info.GetReturnValue().Set(false); in ModuleNamespaceEntrySetter() 302 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in StringLengthGetter() 327 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate))); in ScriptColumnOffsetGetter() [all …]
|
D | api-arguments-inl.h | 38 return GetReturnValue<InternalReturn>(isolate); \ 63 return GetReturnValue<InternalReturn>(isolate); \ 84 return GetReturnValue<Object>(isolate); in FOR_EACH_CALLBACK_TABLE_MAPPING_1_INDEX() 100 return GetReturnValue<Object>(isolate); in Call() 116 return GetReturnValue<Object>(isolate); in Call() 132 return GetReturnValue<Object>(isolate); in Call()
|
D | api-arguments.cc | 26 return GetReturnValue<Object>(isolate); in Call() 41 return GetReturnValue<JSObject>(isolate); in Call()
|
D | api-arguments.h | 46 Handle<V> GetReturnValue(Isolate* isolate); 55 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue() function
|
D | d8.cc | 819 args.GetReturnValue().Set(g_platform->MonotonicallyIncreasingTime()); in PerformanceNow() 823 args.GetReturnValue().Set(delta.InMillisecondsF()); in PerformanceNow() 834 args.GetReturnValue().Set(index); in RealmCurrent() 851 args.GetReturnValue().Set(index); in RealmOwner() 861 args.GetReturnValue().Set( in RealmGlobal() 891 args.GetReturnValue().Set(index); in CreateRealm() 986 args.GetReturnValue().Set(result); in RealmEval() 996 info.GetReturnValue().Set(data->realm_shared_); in RealmSharedGet() 1067 args.GetReturnValue().Set(source); in Read() 1211 args.GetReturnValue().Set(value); in WorkerGetMessage() [all …]
|
D | d8-posix.cc | 533 args.GetReturnValue().Set(accumulator); in System() 542 args.GetReturnValue().Set(accumulator); in System() 582 args.GetReturnValue().Set(previous); in SetUMask()
|
/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/src/wasm/ |
D | wasm-js.cc | 185 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyCompile() 207 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyValidate() 233 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyModule() 247 args.GetReturnValue().Set(Utils::ToLocal(imports)); in WebAssemblyModuleImports() 260 args.GetReturnValue().Set(Utils::ToLocal(exports)); in WebAssemblyModuleExports() 289 args.GetReturnValue().Set(Utils::ToLocal(custom_sections)); in WebAssemblyModuleCustomSections() 313 args.GetReturnValue().Set(Utils::ToLocal(instance_object.ToHandleChecked())); in WebAssemblyInstance() 331 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyInstantiate() 455 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyTable() 499 args.GetReturnValue().Set(Utils::ToLocal(memory_obj)); in WebAssemblyMemory() [all …]
|
D | wasm-interpreter.h | 150 WasmVal GetReturnValue(int index = 0);
|
/external/v8/samples/ |
D | process.cc | 393 info.GetReturnValue().Set( in MapGet() 415 info.GetReturnValue().Set(value_obj); in MapSet() 492 info.GetReturnValue().Set( in GetPath() 504 info.GetReturnValue().Set( in GetReferrer() 515 info.GetReturnValue().Set( in GetHost() 527 info.GetReturnValue().Set( in GetUserAgent()
|
D | shell.cc | 183 args.GetReturnValue().Set(source); in Read() 231 args.GetReturnValue().Set( in Version()
|
/external/libmojo/third_party/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/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/extensions/ |
D | ignition-statistics-extension.cc | 31 args.GetReturnValue().Set(reinterpret_cast<Isolate*>(args.GetIsolate()) in GetIgnitionDispatchCounters()
|
D | externalize-string-extension.cc | 139 args.GetReturnValue().Set(is_one_byte); in IsOneByte()
|
D | statistics-extension.cc | 141 args.GetReturnValue().Set(result); in GetCounters()
|