Home
last modified time | relevance | path

Searched defs:is_import (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py290 def is_import(node): function
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py311 def is_import(node): function
/external/v8/src/wasm/
Dmodule-compiler.cc189 bool is_import = func_index < module->num_imported_functions; in GetOrCompileJSToWasmWrapper() local
2070 const bool is_import = func_index < module_->num_imported_functions; in LoadTableSegments() local
/external/v8/src/compiler/
Dwasm-compiler.cc4387 void BuildJSToWasmWrapper(bool is_import) { in BuildJSToWasmWrapper()
4766 wasm::FunctionSig* sig, bool is_import, in CompileJSToWasmWrapper()