Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h528 virtual std::optional<Error> GetProperty(PtObject thisObject, PtProperty property, PtValue *value) const = 0;
530 virtual std::optional<Error> SetProperty(PtObject thisObject, PtProperty property, const PtValue &value) const = 0;
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp1553 JSTaggedValue thisObject = GetThis(currentSp); in RunInternal() local
1554 SET_ACC(thisObject); in RunInternal()
1568 JSTaggedValue thisObject = GetThis(currentSp); in RunInternal() local
1569 SET_ACC(thisObject); in RunInternal()
1598 JSTaggedValue thisObject = GetThis(currentSp); in RunInternal() local
1599 SET_ACC(thisObject); in RunInternal()
1613 JSTaggedValue thisObject = GetThis(currentSp); in RunInternal() local
1614 SET_ACC(thisObject); in RunInternal()

Completed in 15 milliseconds