Home
last modified time | relevance | path

Searched refs:kInstantiated (Results 1 - 6 of 6) sorted by relevance

/third_party/node/lib/internal/vm/
H A Dmodule.js55 kInstantiated,
64 [kInstantiated]: 'linked',
168 if (this[kWrap].getStatus() < kInstantiated) {
222 if (status !== kInstantiated &&
423 if (this[kWrap].getStatus() < kInstantiated) {
/third_party/skia/tests/
H A DResourceAllocatorTest.cpp36 kInstantiated enumerator
57 constexpr ProxyParams::Kind kInstantiated = ProxyParams::Kind::kInstantiated; member
140 case ProxyParams::kInstantiated: in make_proxy()
373 SkASSERT(params.fKind == kInstantiated); in memory_budget_test()
387 SkASSERT(params.fKind == kInstantiated); in memory_budget_test()
421 const ProxyParams kProxy32Instantiated = {32, kRT, kRGBA, kE, 1, kB, kInstantiated}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
422 const ProxyParams kProxy64Instantiated = {64, kRT, kRGBA, kE, 1, kB, kInstantiated}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-script.h173 kInstantiated, enumerator
222 * If status is kInstantiated, run the module's code and return a Promise
234 * The module's status must be at least kInstantiated.
257 * The module's status must be at least kInstantiated.
/third_party/node/deps/v8/include/
H A Dv8-script.h158 kInstantiated, enumerator
207 * If status is kInstantiated, run the module's code and return a Promise
219 * The module's status must be at least kInstantiated.
242 * The module's status must be at least kInstantiated.
/third_party/node/src/
H A Dmodule_wrap.cc448 case v8::Module::Status::kInstantiated: in GetNamespace()
797 V(kInstantiated); in Initialize()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2290 return kInstantiated; in GetStatus()
2344 GetStatus() >= kInstantiated, "v8::Module::GetModuleNamespace", in GetModuleNamespace()
2376 GetStatus() >= kInstantiated, "v8::Module::IsGraphAsync", in IsGraphAsync()

Completed in 32 milliseconds