Home
last modified time | relevance | path

Searched defs:is_import (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.h117 bool is_import() const { return is_import_; } in is_import() function
H A Dfunction-compiler.cc269 const bool is_import = false; in CompileSpecificJSToWasmWrapper() local
208 JSToWasmWrapperCompilationUnit( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import, const WasmFeatures& enabled_features, AllowGeneric allow_generic) JSToWasmWrapperCompilationUnit() argument
254 CompileJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import) CompileJSToWasmWrapper() argument
H A Dwasm-module.cc54 GetExportWrapperIndexInternal(const WasmModule* module, int canonical_sig_index, bool is_import) GetExportWrapperIndexInternal() argument
60 GetExportWrapperIndex(const WasmModule* module, const FunctionSig* sig, bool is_import) GetExportWrapperIndex() argument
67 GetExportWrapperIndex(const WasmModule* module, uint32_t sig_index, bool is_import) GetExportWrapperIndex() argument
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py311 def is_import(node): function
/third_party/gn/src/gn/
H A Dcommand_format.cc448 auto is_import = [](const PARSENODE* p) { in SortImports() local

Completed in 6 milliseconds