Home
last modified time | relevance | path

Searched refs:FromContext (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-features.cc29 return FromContext(isolate, handle(isolate->context(), isolate)); in FromIsolate()
33 WasmFeatures WasmFeatures::FromContext(Isolate* isolate, in FromContext() function in v8::internal::wasm::WasmFeatures
Dwasm-features.h71 static V8_EXPORT_PRIVATE WasmFeatures FromContext(Isolate*,
Dwasm-js.cc2989 auto enabled_features = i::wasm::WasmFeatures::FromContext(isolate, context); in InstallConditionalFeatures()