Home
last modified time | relevance | path

Searched defs:NewLexicalEnv (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp166 HWTEST_F_L0(ObjectFactoryTest, NewLexicalEnv) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h262 JSTaggedValue FastRuntimeStub::NewLexicalEnv(JSThread *thread, ObjectFactory *factory, uint16_t num… in NewLexicalEnv() function
Dslow_runtime_stub.cpp404 JSTaggedValue SlowRuntimeStub::NewLexicalEnv(JSThread *thread, uint16_t numVars) in NewLexicalEnv() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp28 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef p… in NewLexicalEnv() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dcall_signature.cpp690 DEF_CALL_SIGNATURE(NewLexicalEnv) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1914 void PandaGen::NewLexicalEnv(const ir::AstNode *node, uint32_t num, binder::VariableScope *scope) in NewLexicalEnv() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1878 JSHandle<LexicalEnv> ObjectFactory::NewLexicalEnv(int numSlots) in NewLexicalEnv() function in panda::ecmascript::ObjectFactory