Home
last modified time | relevance | path

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

12

/external/v8/src/inspector/
Dv8-injected-script-host.cc148 info.GetReturnValue().Set(property); in getPropertyCallback()
157 info.GetReturnValue().Set(object->GetConstructorName()); in internalConstructorNameCallback()
163 info.GetReturnValue().Set(false); in formatAccessorsAsProperties()
168 info.GetReturnValue().Set( in formatAccessorsAsProperties()
182 info.GetReturnValue().Set(internalType); in subtypeCallback()
187 info.GetReturnValue().Set(toV8StringInternalized(isolate, "array")); in subtypeCallback()
191 info.GetReturnValue().Set(toV8StringInternalized(isolate, "typedarray")); in subtypeCallback()
195 info.GetReturnValue().Set(toV8StringInternalized(isolate, "date")); in subtypeCallback()
199 info.GetReturnValue().Set(toV8StringInternalized(isolate, "regexp")); in subtypeCallback()
203 info.GetReturnValue().Set(toV8StringInternalized(isolate, "map")); in subtypeCallback()
[all …]
Dv8-console.cc162 info.GetReturnValue().Set(info.Data()); in returnDataCallback()
436 info.GetReturnValue().Set(memoryValue); in memoryGetterCallback()
449 info.GetReturnValue().Set(v8::Array::New(isolate)); in keysCallback()
458 info.GetReturnValue().Set(names); in keysCallback()
464 info.GetReturnValue().Set(v8::Array::New(isolate)); in valuesCallback()
481 info.GetReturnValue().Set(values); in valuesCallback()
568 info.GetReturnValue().Set(injectedScript->lastEvaluationResult()); in lastEvaluationResultCallback()
574 if (request == kRegular) info.GetReturnValue().Set(value); in inspectImpl()
643 info.GetReturnValue().Set(object->get(isolate->GetCurrentContext())); in inspectedObject()
645 info.GetReturnValue().Set(v8::Undefined(isolate)); in inspectedObject()
[all …]
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp628 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 …]
Dcfxjse_class.cpp36 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()
DJS_Define.h86 info.GetReturnValue().Set(result.Return()); in JSPropGetter()
142 info.GetReturnValue().Set(result.Return()); in JSMethod()
Dcfxjse_arguments.h30 CFXJSE_Value* GetReturnValue() const;
Dcjs_globalconsts.cpp12 info.GetReturnValue().Set( \
Dcfxjse_arguments.cpp57 CFXJSE_Value* CFXJSE_Arguments::GetReturnValue() const { in GetReturnValue() function in CFXJSE_Arguments
Dcjs_globalarrays.cpp21 info.GetReturnValue().Set(pCurrentRuntime->GetConstArray(name)); \
/external/v8/src/
Dapi-arguments-inl.h23 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue() function
76 return GetReturnValue<RETURN_TYPE>(isolate); \
97 return GetReturnValue<RETURN_TYPE>(isolate); \
120 return GetReturnValue<Object>(isolate); in FOR_EACH_CALLBACK()
175 return GetReturnValue<Object>(isolate); in BasicCallNamedGetterCallback()
193 return GetReturnValue<Object>(isolate); in CallNamedSetter()
211 return GetReturnValue<Object>(isolate); in CallNamedDefiner()
228 return GetReturnValue<Object>(isolate); in CallIndexedSetter()
246 return GetReturnValue<Object>(isolate); in CallIndexedDefiner()
280 return GetReturnValue<Object>(isolate); in BasicCallIndexedGetterCallback()
[all …]
Daccessors.cc120 info.GetReturnValue().Set(true); in ReconfigureToDataProperty()
136 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArgumentsIteratorGetter()
160 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in ArrayLengthGetter()
199 info.GetReturnValue().Set(false); in ArrayLengthSetter()
217 info.GetReturnValue().Set(false); in ArrayLengthSetter()
220 info.GetReturnValue().Set(true); in ArrayLengthSetter()
245 info.GetReturnValue().Set(Utils::ToLocal(result)); in ModuleNamespaceEntryGetter()
264 info.GetReturnValue().Set(false); in ModuleNamespaceEntrySetter()
300 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate))); in StringLengthGetter()
332 info.GetReturnValue().Set(Utils::ToLocal(result)); in FunctionPrototypeGetter()
[all …]
Dd8.cc1031 args.GetReturnValue().Set(g_platform->MonotonicallyIncreasingTime()); in PerformanceNow()
1035 args.GetReturnValue().Set(delta.InMillisecondsF()); in PerformanceNow()
1046 args.GetReturnValue().Set(index); in RealmCurrent()
1063 args.GetReturnValue().Set(index); in RealmOwner()
1073 args.GetReturnValue().Set( in RealmGlobal()
1100 args.GetReturnValue().Set(index); in CreateRealm()
1204 args.GetReturnValue().Set(result); in RealmEval()
1214 info.GetReturnValue().Set(data->realm_shared_); in RealmSharedGet()
1231 args.GetReturnValue().Set(wrap); in AsyncHooksCreateHook()
1240 args.GetReturnValue().Set(v8::Number::New( in AsyncHooksExecutionAsyncId()
[all …]
Dd8-posix.cc532 args.GetReturnValue().Set(accumulator); in System()
541 args.GetReturnValue().Set(accumulator); in System()
581 args.GetReturnValue().Set(previous); in SetUMask()
Dapi-arguments.h44 Handle<V> GetReturnValue(Isolate* isolate);
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc585 args.GetReturnValue().Set(ASCIILiteralToV8String(args.GetIsolate(), "127.0.0.1")); in MyIpAddressCallback()
587 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), result)); in MyIpAddressCallback()
610 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list)); in MyIpAddressExCallback()
633 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address)); in DnsResolveCallback()
635 args.GetReturnValue().SetNull(); in DnsResolveCallback()
648 args.GetReturnValue().SetNull(); in DnsResolveExCallback()
663 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list)); in DnsResolveExCallback()
671 args.GetReturnValue().SetNull(); in SortIpAddressListCallback()
679 args.GetReturnValue().Set(false); in SortIpAddressListCallback()
682 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), sorted_ip_address_list)); in SortIpAddressListCallback()
[all …]
/external/v8/src/wasm/
Dwasm-js.cc404 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyCompile()
435 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyCompileStreaming()
487 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyValidate()
556 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyModule()
570 args.GetReturnValue().Set(Utils::ToLocal(imports)); in WebAssemblyModuleImports()
583 args.GetReturnValue().Set(Utils::ToLocal(exports)); in WebAssemblyModuleExports()
606 args.GetReturnValue().Set(Utils::ToLocal(custom_sections)); in WebAssemblyModuleCustomSections()
667 args.GetReturnValue().Set(instance); in WebAssemblyInstance()
687 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue(); in WebAssemblyInstantiateStreaming()
767 args.GetReturnValue().Set(promise); in WebAssemblyInstantiate()
[all …]
Dwasm-interpreter.h134 WasmValue GetReturnValue(int index = 0);
/external/v8/samples/
Dprocess.cc416 info.GetReturnValue().Set( in MapGet()
438 info.GetReturnValue().Set(value_obj); in MapSet()
515 info.GetReturnValue().Set( in GetPath()
527 info.GetReturnValue().Set( in GetReferrer()
538 info.GetReturnValue().Set( in GetHost()
550 info.GetReturnValue().Set( in GetUserAgent()
Dshell.cc183 args.GetReturnValue().Set(source); in Read()
230 args.GetReturnValue().Set( in Version()
/external/chromium-trace/catapult/devil/devil/utils/
Dreraiser_thread.py75 def GetReturnValue(self): member in ReraiserThread
204 return [t.GetReturnValue() for t in self._threads]
/external/v8/src/extensions/
Dignition-statistics-extension.cc31 args.GetReturnValue().Set(reinterpret_cast<Isolate*>(args.GetIsolate()) in GetIgnitionDispatchCounters()
Dexternalize-string-extension.cc133 args.GetReturnValue().Set(is_one_byte); in IsOneByte()
Dstatistics-extension.cc123 args.GetReturnValue().Set(result); in GetCounters()
/external/chromium-trace/catapult/devil/devil/utils/lazy/
Dweak_constant.py39 self._val = initializer_thread.GetReturnValue()
/external/v8/src/debug/
Ddebug-stack-trace-iterator.h25 v8::Local<v8::Value> GetReturnValue() const override;

12