Home
last modified time | relevance | path

Searched refs:kDontAllowGeneric (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dfunction-compiler.h104 enum AllowGeneric : bool { kAllowGeneric = true, kDontAllowGeneric = false }; enumerator
Dfunction-compiler.cc272 enabled_features, kDontAllowGeneric); in CompileSpecificJSToWasmWrapper()