Home
last modified time | relevance | path

Searched refs:EmbedsScript (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/snapshot/
Dsnapshot.h44 static bool EmbedsScript(Isolate* isolate);
Dsnapshot-common.cc31 bool Snapshot::EmbedsScript(Isolate* isolate) { in EmbedsScript() function in v8::internal::Snapshot
/external/v8/test/cctest/heap/
Dtest-spaces.cc722 if (Snapshot::EmbedsScript(isolate)) return; in TEST()
/external/v8/src/
Dapi.cc7184 if (i::Snapshot::EmbedsScript(isolate)) { in New()