Home
last modified time | relevance | path

Searched refs:isThis (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.h283 void LowerStObjByName(GateRef gate, bool isThis);
289 void LowerLdObjByValue(GateRef gate, bool isThis);
290 void LowerStObjByValue(GateRef gate, bool isThis);
H A Dslowpath_lowering.cpp2428 void SlowPathLowering::LowerStObjByName(GateRef gate, bool isThis) in LowerStObjByName() argument
2432 if (isThis) { in LowerStObjByName()
2487 void SlowPathLowering::LowerLdObjByValue(GateRef gate, bool isThis) in LowerLdObjByValue() argument
2491 if (isThis) { in LowerLdObjByValue()
2503 void SlowPathLowering::LowerStObjByValue(GateRef gate, bool isThis) in LowerStObjByValue() argument
2508 if (isThis) { in LowerStObjByValue()

Completed in 11 milliseconds