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

12 3

  /external/pdfium/fpdfsdk/src/javascript/
JS_Define.h 96 info.GetReturnValue().Set((v8::Local<v8::Value>)value);
164 info.GetReturnValue().Set(valueRes.ToV8Value());
361 info.GetReturnValue().Set(bRet ? 4 : 0);
387 info.GetReturnValue().Set((v8::Local<v8::Value>)value);
460 info.GetReturnValue().Set(valueRes.ToV8Value());
  /external/v8/src/extensions/
externalize-string-extension.cc 138 args.GetReturnValue().Set(is_one_byte);
statistics-extension.cc 140 args.GetReturnValue().Set(result);
  /external/v8/src/wasm/
wasm-interpreter.h 135 virtual WasmVal GetReturnValue() = 0;
wasm-js.cc 197 args.GetReturnValue().Set(v8::Utils::ToLocal(object.ToHandleChecked()));
334 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue();
352 v8::ReturnValue<v8::Value> return_value = args.GetReturnValue();
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 382 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
394 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
552 FXJSE_Value_Set(pArguments->GetReturnValue(),
597 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
637 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
795 FXJSE_HVALUE hValue = pArguments->GetReturnValue();
  /external/pdfium/xfa/include/fxjse/
fxjse.h 51 FXJSE_HVALUE GetReturnValue();
  /external/skia/experimental/SkV8Example/
Global.cpp 130 args.GetReturnValue().Set(v8::Integer::New(gGlobal->fIsolate, id));
Path2DBuilder.cpp 260 args.GetReturnValue().Set(pathWrap->persistent());
  /external/v8/test/cctest/heap/
test-alloc.cc 115 info.GetReturnValue().Set(v8::Utils::ToLocal(
  /external/v8/test/cctest/
test-log-stack-tracer.cc 109 args.GetReturnValue().Set(args.This());
test-decls.cc 185 info.GetReturnValue().Set(context->Get(key));
194 info.GetReturnValue().Set(context->Set(key, value));
202 info.GetReturnValue().Set(context->Query(key));
    [all...]
test-api.cc 128 args.GetReturnValue().Set(result);
133 info.GetReturnValue().Set(42);
    [all...]
test-compiler.cc 767 return args.GetReturnValue().Set(is_baseline);
test-thread-termination.cc 247 args.GetReturnValue().Set(result);
test-debug.cc     [all...]
test-serialize.cc 659 args.GetReturnValue().Set(args[0]);
    [all...]
  /external/v8/samples/
shell.cc 193 args.GetReturnValue().Set(source);
241 args.GetReturnValue().Set(
  /external/v8/src/
d8-posix.cc 541 args.GetReturnValue().Set(accumulator);
550 args.GetReturnValue().Set(accumulator);
595 args.GetReturnValue().Set(previous);
d8.cc 479 args.GetReturnValue().Set(g_platform->MonotonicallyIncreasingTime());
483 args.GetReturnValue().Set(delta.InMillisecondsF());
495 args.GetReturnValue().Set(index);
512 args.GetReturnValue().Set(index);
522 args.GetReturnValue().Set(
547 args.GetReturnValue().Set(index);
620 args.GetReturnValue().Set(result);
630 info.GetReturnValue().Set(data->realm_shared_);
691 args.GetReturnValue().Set(source);
862 args.GetReturnValue().Set(data_value)
    [all...]
d8.h 398 args.GetReturnValue().Set(ReadFromStdin(args.GetIsolate()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
callobj.h 135 virtual HRESULT WINAPI GetReturnValue(void) = 0;
161 HRESULT (WINAPI *GetReturnValue)(ICallFrame *This);
189 #define ICallFrame_GetReturnValue(This) (This)->lpVtbl->GetReturnValue(This)
  /external/v8/test/cctest/wasm/
wasm-run-utils.h 712 WasmVal val = thread->GetReturnValue();
  /external/v8/include/
v8.h     [all...]
  /art/runtime/
thread.cc 179 JValue GetReturnValue() const { return ret_val_; }
252 result->SetJ(record->GetReturnValue().GetJ());
    [all...]

Completed in 972 milliseconds

12 3