Home
last modified time | relevance | path

Searched defs:RESERVED_ENV_LENGTH (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlexical_env.h27 static constexpr uint32_t RESERVED_ENV_LENGTH = 2; member in panda::ecmascript::LexicalEnv
H A Dobject_factory-inl.h144 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), numSlots + LexicalEnv::RESERVED_ENV_LENGTH); in InlineNewLexicalEnv() member in panda::ecmascript::LexicalEnv
H A Dobject_factory.cpp2314 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), numSlots + LexicalEnv::RESERVED_ENV_LENGTH); in NewLexicalEnv() member in panda::ecmascript::LexicalEnv
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp160 ASSERT(slot < LexicalEnv::Cast(env.GetTaggedObject())->GetLength() - LexicalEnv::RESERVED_ENV_LENGTH); in DropLastFrame() member in panda::ecmascript::tooling::LexicalEnv

Completed in 11 milliseconds