Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts741 loadByNameViaDebugger(node: ts.Node, string_id: string, boolVal: CacheList): void {
749 this.moveVreg(node, trueValueReg, getVregisterCache(this, boolVal));
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2389 GateRef boolVal = Boolean(isExtensible); in SetExtensibleToBitfield() local
2390 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield()