Searched defs:isGlobal (Results 1 – 11 of 11) sorted by relevance
117 opts = Object.assign({isGlobal: isInstalledGlobally()}, opts); property
142 ##### isGlobal l4subsection
45 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function
836 bool isGlobal = storage == Variable::kGlobal_Storage; in writeVariableExpression() local1241 bool isGlobal = storage == Variable::kGlobal_Storage; in store() local1286 bool isGlobal = storage == Variable::kGlobal_Storage; in store() local
160 var isGlobal = context.scopeChain.container == context.checker.gloMod; variable
204 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
70 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function
2269 bool isGlobal) { in writeConstants()
1192 constexpr bool isGlobal() const noexcept { return format == Format::GLOBAL; } in isGlobal() function
16256 const createToken = (name, value, isGlobal) => { argument