HomeSort by relevance Sort by last modified time
    Searched refs:GetReturnValue (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/v8/src/
api-arguments.cc 20 return GetReturnValue<Object>(isolate);
31 return GetReturnValue<JSObject>(isolate);
api-arguments-inl.h 29 return GetReturnValue<InternalReturn>(isolate); \
53 return GetReturnValue<InternalReturn>(isolate); \
73 return GetReturnValue<Object>(isolate);
88 return GetReturnValue<Object>(isolate);
accessors.cc 136 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
161 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
232 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
257 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
283 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(id, isolate)));
308 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
332 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
357 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
384 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
410 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)))
    [all...]
api-arguments.h 46 Handle<V> GetReturnValue(Isolate* isolate);
55 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) {
  /external/v8/test/cctest/
test-access-checks.cc 18 info.GetReturnValue().Set(g_cross_context_int);
30 info.GetReturnValue().Set(value);
39 info.GetReturnValue().Set(v8::DontDelete);
48 info.GetReturnValue().Set(false);
56 info.GetReturnValue().Set(names);
61 if (index == 7) info.GetReturnValue().Set(g_cross_context_int);
72 info.GetReturnValue().Set(value);
77 if (index == 7) info.GetReturnValue().Set(v8::DontDelete);
82 if (index == 7) info.GetReturnValue().Set(false);
90 info.GetReturnValue().Set(names)
    [all...]
test-api-accessors.cc 14 info.GetReturnValue().Set(42);
19 info.GetReturnValue().Set(41);
test-api.h 13 v8::ReturnValue<v8::Value> rv = t.GetReturnValue();
test-accessors.cc 50 info.GetReturnValue().Set(v8_num(900));
56 info.GetReturnValue().Set(v8_num(902));
63 info.GetReturnValue().Set(v8_num(907));
125 info.GetReturnValue().Set(v8_num(*value));
173 info.GetReturnValue().Set(v8_num(x_register[offset]));
203 info.GetReturnValue().Set(v8_num(-1));
276 info.GetReturnValue().Set(v8::String::NewFromUtf8(info.GetIsolate(), "foo",
328 info.GetReturnValue().Set(17);
357 info.GetReturnValue().Set(v8::Local<v8::Value>());
480 info.GetReturnValue().Set(v8::Array::New(info.GetIsolate(), 1000))
    [all...]
test-platform.cc 39 args.GetReturnValue().Set(v8::Integer::NewFromUnsigned(
test-receiver-check-hidden-prototype.cc 15 info.GetReturnValue().Set(41);
test-api-interceptors.cc 49 info.GetReturnValue().Set(42);
56 info.GetReturnValue().Set(v8_str("bad value"));
57 info.GetReturnValue().Set(v8_num(239));
72 info.GetReturnValue().Set(self->Get(info.GetIsolate()->GetCurrentContext(),
114 info.GetReturnValue().Set(
140 info.GetReturnValue().Set(value);
172 info.GetReturnValue().Set(
193 info.GetReturnValue().Set(value);
334 info.GetReturnValue().Set(name);
439 info.GetReturnValue().Set(v8::Integer::New(isolate, 42))
    [all...]
test-api-fast-accessor-builder.cc 60 info.GetReturnValue().Set(v8_num(123));
303 info.GetReturnValue().Set(12345);
309 info.GetReturnValue().Set(v8_str(kApiCallbackStringValue));
315 info.GetReturnValue().Set(info[0]);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_signaturepseudomodel.cpp 41 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
75 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
93 FXJSE_Value_Set(pArguments->GetReturnValue(),
117 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
xfa_script_layoutpseudomodel.cpp 95 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
161 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
188 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
383 FXJSE_Value_SetObject(pArguments->GetReturnValue(),
399 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
412 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
462 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
496 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
534 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
xfa_object_imp.cpp 637 return FXJSE_Value_SetNull(pArguments->GetReturnValue());
643 FXJSE_Value_Set(pArguments->GetReturnValue(), hValue);
650 FXJSE_Value_Set(pArguments->GetReturnValue(), hValue);
653 FXJSE_Value_SetNull(pArguments->GetReturnValue());
668 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
849 pArguments->GetReturnValue(),
865 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
888 FXJSE_Value_Set(pArguments->GetReturnValue(),
    [all...]
  /external/v8/src/extensions/
ignition-statistics-extension.cc 30 args.GetReturnValue().Set(reinterpret_cast<Isolate*>(args.GetIsolate())
  /external/v8/test/cctest/compiler/
test-run-deopt.cc 16 return args.GetReturnValue().Set(frame->is_optimized());
  /external/pdfium/xfa/src/fxjse/src/
dynprop.cpp 29 info.GetReturnValue().Set(lpRetValue->DirectGetValue());
129 info.GetReturnValue().Set(lpNewValue->DirectGetValue());
191 info.GetReturnValue().Set(hPropDescriptor);
207 info.GetReturnValue().Set(hChainDescriptor);
216 info.GetReturnValue().Set(v8::Array::New(pIsolate));
223 info.GetReturnValue().Set(hChainPropertyNames);
257 info.GetReturnValue().Set(true);
270 info.GetReturnValue().Set(
280 info.GetReturnValue().SetUndefined();
297 info.GetReturnValue().Set(v8::DontDelete);
    [all...]
class.cpp 72 info.GetReturnValue().Set(lpRetValue->DirectGetValue());
95 info.GetReturnValue().Set(lpRetValue->DirectGetValue());
117 info.GetReturnValue().Set(lpPropValue->DirectGetValue());
207 FXJSE_HVALUE CFXJSE_Arguments::GetReturnValue() {
222 info.GetReturnValue().Set(v8::String::NewFromUtf8(
226 info.GetReturnValue().Set(info.This()->ObjectProtoToString());
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp 239 FXJSE_Value_SetNull(args.GetReturnValue());
245 FXJSE_Value_SetDouble(args.GetReturnValue(), dValue);
318 FXJSE_Value_SetNull(args.GetReturnValue());
320 FXJSE_Value_SetDouble(args.GetReturnValue(), dSum / uCount);
331 FXJSE_Value_SetNull(args.GetReturnValue());
333 FXJSE_Value_SetFloat(args.GetReturnValue(),
404 FXJSE_Value_SetInteger(args.GetReturnValue(), (int32_t)uCount);
414 FXJSE_Value_SetNull(args.GetReturnValue());
416 FXJSE_Value_SetFloat(args.GetReturnValue(),
523 FXJSE_Value_SetDouble(args.GetReturnValue(), dMaxValue);
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 592 args.GetReturnValue().Set(ASCIILiteralToV8String(args.GetIsolate(), "127.0.0.1"));
594 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), result));
617 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list));
640 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address));
642 args.GetReturnValue().SetNull();
655 args.GetReturnValue().SetNull();
670 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list));
678 args.GetReturnValue().SetNull();
686 args.GetReturnValue().Set(false);
689 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), sorted_ip_address_list))
    [all...]
  /external/v8/samples/
process.cc 404 info.GetReturnValue().Set(
426 info.GetReturnValue().Set(value_obj);
503 info.GetReturnValue().Set(
515 info.GetReturnValue().Set(
526 info.GetReturnValue().Set(
538 info.GetReturnValue().Set(
  /external/v8/test/cctest/wasm/
test-run-wasm-interpreter.cc 203 CHECK_EQ(expected, thread->GetReturnValue().to<uint32_t>());
239 CHECK_EQ(expected, thread->GetReturnValue().to<uint32_t>());
281 CHECK_EQ(expected, thread->GetReturnValue().to<uint32_t>());
  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py 72 def GetReturnValue(self):
201 return [t.GetReturnValue() for t in self._threads]
  /external/skia/experimental/SkV8Example/
DrawingMethods.cpp 129 info.GetReturnValue().Set(
142 info.GetReturnValue().Set(

Completed in 3255 milliseconds

1 2 3