Home
last modified time | relevance | path

Searched refs:isolate (Results 1 – 25 of 101) sorted by relevance

12345

/external/pdfium/fxjs/
Dcfx_v8_unittest.cpp37 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
38 v8::HandleScope handle_scope(isolate()); in TEST_F()
39 v8::Context::Scope context_scope(v8::Context::New(isolate())); in TEST_F()
65 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
66 v8::HandleScope handle_scope(isolate()); in TEST_F()
67 v8::Context::Scope context_scope(v8::Context::New(isolate())); in TEST_F()
80 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
81 v8::HandleScope handle_scope(isolate()); in TEST_F()
82 v8::Context::Scope context_scope(v8::Context::New(isolate())); in TEST_F()
95 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
[all …]
Dcfxjs_engine_embeddertest.cpp34 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
35 v8::HandleScope handle_scope(isolate()); in TEST_F()
44 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
45 v8::HandleScope handle_scope(isolate()); in TEST_F()
47 CFXJS_Engine engine1(isolate()); in TEST_F()
50 CFXJS_Engine engine2(isolate()); in TEST_F()
82 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
83 v8::HandleScope handle_scope(isolate()); in TEST_F()
95 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
96 v8::HandleScope handle_scope(isolate()); in TEST_F()
Dcfxjs_engine.cpp72 static void Dispose(v8::Isolate* isolate,
84 explicit V8TemplateMap(v8::Isolate* isolate) : m_map(isolate) {} in V8TemplateMap() argument
133 CFXJS_ObjDefinition(v8::Isolate* isolate, in CFXJS_ObjDefinition() argument
142 m_pIsolate(isolate) { in CFXJS_ObjDefinition()
143 v8::Isolate::Scope isolate_scope(isolate); in CFXJS_ObjDefinition()
144 v8::HandleScope handle_scope(isolate); in CFXJS_ObjDefinition()
145 v8::Local<v8::FunctionTemplate> fun = v8::FunctionTemplate::New(isolate); in CFXJS_ObjDefinition()
147 fun->SetCallHandler(CallHandler, v8::Number::New(isolate, eObjType)); in CFXJS_ObjDefinition()
150 v8::Symbol::GetToStringTag(isolate), in CFXJS_ObjDefinition()
151 v8::String::NewFromUtf8(isolate, "global", v8::NewStringType::kNormal) in CFXJS_ObjDefinition()
[all …]
Dcfxjs_engine_unittest.cpp21 FXJS_Initialize(1, isolate()); in SetUp()
22 engine_ = pdfium::MakeUnique<CFXJS_Engine>(isolate()); in SetUp()
39 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
40 v8::HandleScope handle_scope(isolate()); in TEST_F()
78 v8::HandleScope inner_handle_scope(isolate()); in TEST_F()
Dcjs_publicmethods_embeddertest.cpp26 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
27 v8::HandleScope handle_scope(isolate()); in TEST_F()
114 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
115 v8::HandleScope handle_scope(isolate()); in TEST_F()
181 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
182 v8::HandleScope handle_scope(isolate()); in TEST_F()
217 v8::Isolate::Scope isolate_scope(isolate()); in TEST_F()
218 v8::HandleScope handle_scope(isolate()); in TEST_F()
Dijs_runtime.cpp23 void IJS_Runtime::Initialize(unsigned int slot, void* isolate) { in Initialize() argument
25 FXJS_Initialize(slot, static_cast<v8::Isolate*>(isolate)); in Initialize()
Dcfx_v8_unittest.h30 v8::Isolate* isolate() const { return isolate_.get(); } in isolate() function
Dijs_runtime.h48 static void Initialize(unsigned int slot, void* isolate);
Dcfx_v8.cpp12 CFX_V8::CFX_V8(v8::Isolate* isolate) : m_pIsolate(isolate) {} in CFX_V8() argument
/external/pdfium/testing/
Djs_embedder_test.cpp21 EmbedderTest::SetExternalIsolate(isolate()); in SetUp()
24 v8::Isolate::Scope isolate_scope(isolate()); in SetUp()
25 v8::HandleScope handle_scope(isolate()); in SetUp()
26 FXJS_PerIsolateData::SetUp(isolate()); in SetUp()
27 m_Engine = pdfium::MakeUnique<CFXJS_Engine>(isolate()); in SetUp()
Djs_embedder_test.h25 v8::Isolate* isolate() const { return m_pIsolate.get(); } in isolate() function
/external/pdfium/fxjs/xfa/
Dcfxjse_arguments.cpp49 v8::Isolate* isolate = m_pInfo->GetIsolate(); in GetUTF8String() local
52 info->ToString(isolate->GetCurrentContext()).ToLocalChecked(); in GetUTF8String()
53 v8::String::Utf8Value szStringVal(isolate, hString); in GetUTF8String()
/external/skia/
D.gitignore20 infra/bots/tools/luci-go/linux64/isolate
22 infra/bots/tools/luci-go/mac64/isolate
24 infra/bots/tools/luci-go/win64/isolate.exe
/external/skia/site/docs/dev/testing/
Ddownload.md10 [Isolate](https://github.com/luci/luci-py/blob/main/appengine/isolate/doc/Design.md),
34 --isolate-server=https://isolateserver.appspot.com \
Dautomated_testing.md161 * Isolate: specifies the isolate file. The isolate file specifies the files from the repo to place
162 on the bot before running the task. (For non-Kitchen tasks, the isolate also specifies the command
163 to run.) [More info][isolate user guide].
190 [isolate user guide]:
191 …https://chromium.googlesource.com/infra/luci/luci-py/+/main/appengine/isolate/doc/client/Isolate-U…
/external/pdfium/docs/
Dgetting-started.md63 JavaScript engine. For the V8 isolate, either provide an isolate through
64 `m_pIsolate` for PDFium to use to store per-isolate data, or pass `NULL` to tell
65 PDFium to allocate a new isolate. `m_v8EmbedderSlot` is the embedder data slot
/external/toolchain-utils/
DREADME.chromium13 running toolchain regression tests; and using binary search to isolate
/external/skia/infra/bots/
DREADME.md72 [Isolate tool](https://github.com/luci/luci-py/tree/main/appengine/isolate/doc)
89 Assorted other infrastructure-related tools, eg. isolate and CIPD binaries.
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_change_bss/
Dformat18 …), use cts prot: %d, use short preamble: %d, use short slot time: %d, ap isolate: %d, ht opmode: %…
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/cfg80211/rdev_change_bss/
Dformat18 …), use cts prot: %d, use short preamble: %d, use short slot time: %d, ap isolate: %d, ht opmode: %…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_change_bss/
Dformat18 …), use cts prot: %d, use short preamble: %d, use short slot time: %d, ap isolate: %d, ht opmode: %…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_change_bss/
Dformat18 …), use cts prot: %d, use short preamble: %d, use short slot time: %d, ap isolate: %d, ht opmode: %…
/external/wpa_supplicant_8/src/ap/
Dx_snoop.c22 if (!conf->isolate) { in x_snoop_init()
/external/python/pybind11/.github/ISSUE_TEMPLATE/
Dbug-report.md28 (The code should be minimal, have no external dependencies, isolate the function(s) that cause brea…
/external/python/jinja/docs/
Dintro.rst34 to isolate your project dependencies from other projects and the system.

12345