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

1 2 3

  /external/v8/test/cctest/
test-platform.cc 60 global_object->Get(isolate->GetCurrentContext(), v8_str("foo"))
64 foo->Call(isolate->GetCurrentContext(), global_object, 0, NULL)
66 CHECK_EQ(0u, result->Uint32Value(isolate->GetCurrentContext()).FromJust() %
test-access-checks.cc 16 v8::Local<v8::Context> context = isolate->GetCurrentContext();
24 v8::Local<v8::Context> context = isolate->GetCurrentContext();
36 v8::Local<v8::Context> context = isolate->GetCurrentContext();
45 v8::Local<v8::Context> context = isolate->GetCurrentContext();
53 v8::Local<v8::Context> context = isolate->GetCurrentContext();
67 v8::Local<v8::Context> context = isolate->GetCurrentContext();
87 v8::Local<v8::Context> context = isolate->GetCurrentContext();
108 v8::Local<v8::Context> context = isolate->GetCurrentContext();
test-thread-termination.cc 56 CompileRun(args.GetIsolate()->GetCurrentContext(),
67 CompileRun(args.GetIsolate()->GetCurrentContext(),
94 CompileRun(args.GetIsolate()->GetCurrentContext(),
134 CompileRun(CcTest::isolate()->GetCurrentContext(),
139 result = CompileRun(CcTest::isolate()->GetCurrentContext(),
158 CompileRun(CcTest::isolate()->GetCurrentContext(), source);
162 result = CompileRun(CcTest::isolate()->GetCurrentContext(), source);
199 CompileRun(CcTest::isolate()->GetCurrentContext(),
221 CompileRun(CcTest::isolate()->GetCurrentContext(),
244 result->Set(args.GetIsolate()->GetCurrentContext(), v8_str("x")
    [all...]
cctest.h 116 return isolate()->GetCurrentContext()->Global();
342 if (v8::Script::Compile(v8::Isolate::GetCurrent()->GetCurrentContext(), x)
356 v8::Local<v8::Context> context = CcTest::isolate()->GetCurrentContext();
366 v8::Isolate::GetCurrent()->GetCurrentContext(), &script_source)
397 v8::Local<v8::Context> context = isolate->GetCurrentContext();
407 ->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
439 v8::Local<v8::Context> context = isolate->GetCurrentContext();
460 v8::Local<v8::Context> context = isolate->GetCurrentContext();
473 v8::Local<v8::Context> context = isolate->GetCurrentContext();
500 result->Int32Value(v8::Isolate::GetCurrent()->GetCurrentContext())
    [all...]
test-unscopables-hidden-prototype.cc 26 v8::Local<v8::Context> current_context = isolate->GetCurrentContext();
profiler-extension.cc 44 v8::Local<v8::Context> context = isolate->GetCurrentContext();
test-receiver-check-hidden-prototype.cc 25 v8::Local<v8::Context> current_context = isolate->GetCurrentContext();
test-typedarrays.cc 19 ->Get(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("a"))
test-accessors.cc 134 *field = value->Int32Value(info.GetIsolate()->GetCurrentContext()).FromJust();
172 x_receiver->Equals(isolate->GetCurrentContext(), info.This()).FromJust());
179 CHECK(x_holder->Equals(info.GetIsolate()->GetCurrentContext(), info.Holder())
187 x_receiver->Equals(info.GetIsolate()->GetCurrentContext(), info.Holder())
197 CHECK(x_holder->Equals(info.GetIsolate()->GetCurrentContext(), info.This())
199 CHECK(x_holder->Equals(info.GetIsolate()->GetCurrentContext(), info.Holder())
202 value->Int32Value(info.GetIsolate()->GetCurrentContext()).FromJust();
314 ->Equals(info.GetIsolate()->GetCurrentContext(), v8_str("data"))
320 ->Equals(info.GetIsolate()->GetCurrentContext(), v8_str("data"))
326 ->Equals(info.GetIsolate()->GetCurrentContext(), v8_str("data")
    [all...]
test-serialize.cc 209 v8::Maybe<int32_t> result = script->Run(isolate->GetCurrentContext())
211 ->Int32Value(isolate->GetCurrentContext());
234 v8::Maybe<int32_t> result = script->Run(isolate->GetCurrentContext())
236 ->Int32Value(isolate->GetCurrentContext());
558 ->ToNumber(v8_isolate->GetCurrentContext())
564 ->ToNumber(v8_isolate->GetCurrentContext())
569 ->ToNumber(v8_isolate->GetCurrentContext())
574 ->ToNumber(v8_isolate->GetCurrentContext())
576 ->Int32Value(v8_isolate->GetCurrentContext())
580 ->ToNumber(v8_isolate->GetCurrentContext())
    [all...]
test-api-interceptors.cc 72 info.GetReturnValue().Set(self->Get(info.GetIsolate()->GetCurrentContext(),
80 self->Set(info.GetIsolate()->GetCurrentContext(),
116 info.GetIsolate()->GetCurrentContext(),
135 Local<Context> context = info.GetIsolate()->GetCurrentContext();
173 self->Get(info.GetIsolate()->GetCurrentContext(), str).ToLocalChecked());
192 self->Set(info.GetIsolate()->GetCurrentContext(), str, value).FromJust();
230 ->Equals(info.GetIsolate()->GetCurrentContext(), bottom)
239 ->Equals(info.GetIsolate()->GetCurrentContext(), bottom)
249 ->Equals(info.GetIsolate()->GetCurrentContext(), bottom)
260 ->Equals(info.GetIsolate()->GetCurrentContext(), bottom
    [all...]
test-global-handles.cc 340 object->Set(v8_isolate->GetCurrentContext(), i,
367 object->Get(v8_isolate->GetCurrentContext(), i).ToLocalChecked();
370 value->Int32Value(v8_isolate->GetCurrentContext()).FromJust());
425 o->Set(data.GetIsolate()->GetCurrentContext(), v8_str("finalizer"),
451 CHECK(o->Has(isolate->GetCurrentContext(), v8_str("finalizer")).FromJust());
  /external/v8/src/extensions/
gc-extension.cc 22 ->BooleanValue(args.GetIsolate()->GetCurrentContext())
statistics-extension.cc 30 object->Set(isolate->GetCurrentContext(),
42 object->Set(isolate->GetCurrentContext(),
53 object->Set(isolate->GetCurrentContext(),
68 ->BooleanValue(args.GetIsolate()->GetCurrentContext())
externalize-string-extension.cc 73 ->BooleanValue(args.GetIsolate()->GetCurrentContext())
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 378 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();
397 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();
422 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();
457 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();
523 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();
562 if (!pObj->Get(pIsolate->GetCurrentContext(),
573 if (!pObj->GetPropertyNames(pIsolate->GetCurrentContext()).ToLocal(&val))
584 pObj->Set(pIsolate->GetCurrentContext(),
595 pObj->Set(pIsolate->GetCurrentContext(),
606 pObj->Set(pIsolate->GetCurrentContext(),
    [all...]
  /external/v8/test/cctest/compiler/
test-run-deopt.cc 21 v8::Local<v8::Context> context = isolate->GetCurrentContext();
test-run-jsexceptions.cc 29 v8::Local<v8::Context> context = CcTest::isolate()->GetCurrentContext();
52 v8::Local<v8::Context> context = CcTest::isolate()->GetCurrentContext();
74 v8::Local<v8::Context> context = CcTest::isolate()->GetCurrentContext();
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.h 41 IJS_Context* GetCurrentContext() override;
JS_Define.h 85 IJS_Context* pContext = pRuntime->GetCurrentContext();
111 IJS_Context* pContext = pRuntime->GetCurrentContext();
150 IJS_Context* pContext = pRuntime->GetCurrentContext();
373 IJS_Context* pContext = pRuntime->GetCurrentContext();
400 IJS_Context* pContext = pRuntime->GetCurrentContext();
423 IJS_Context* pContext = pRuntime->GetCurrentContext();
448 IJS_Context* pContext = pRuntime->GetCurrentContext();
JS_Runtime_Stub.cpp 129 return GetCurrentContext();
132 IJS_Context* GetCurrentContext() override { return m_pContext.get(); }
  /external/v8/test/cctest/interpreter/
interpreter-tester.h 94 v8::Isolate::GetCurrent()->GetCurrentContext();
bytecode-expectations-printer.cc 54 return v8::Script::Compile(isolate_->GetCurrentContext(), source)
59 (void)script->Run(isolate_->GetCurrentContext());
65 const v8::Local<v8::Context>& context = isolate_->GetCurrentContext();
test-source-positions.cc 190 ->Get(CcTest::isolate()->GetCurrentContext(), v8_str("test_function"))
  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 148 virtual IJS_Context* GetCurrentContext() = 0;

Completed in 280 milliseconds

1 2 3