Home
last modified time | relevance | path

Searched refs:IsLexicalEnv (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp84 if (!envHandle->IsLexicalEnv()) { in MethodEntry()
125 if (!taggedParentEnv.IsLexicalEnv()) { in AddLexPropertiesToRecord()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h256 inline bool JSTaggedValue::IsLexicalEnv() const in IsLexicalEnv() function in panda::ecmascript::JSTaggedValue
258 return IsHeapObject() && GetTaggedObject()->GetClass()->IsLexicalEnv(); in IsLexicalEnv()
H A Djs_tagged_value.h485 bool IsLexicalEnv() const;
H A Djs_hclass.h699 inline bool IsLexicalEnv() const in IsLexicalEnv() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2472 ASSERT(currentEnv.IsLexicalEnv());

Completed in 16 milliseconds