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.cpp142 HWTEST_F_L0(ObjectFactoryTest, NewLexicalEnv) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h270 JSTaggedValue FastRuntimeStub::NewLexicalEnv(JSThread *thread, ObjectFactory *factory, uint16_t num… in NewLexicalEnv() function
Dslow_runtime_stub.cpp379 JSTaggedValue SlowRuntimeStub::NewLexicalEnv(JSThread *thread, uint16_t numVars) in NewLexicalEnv() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp2038 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/compiler/
Dcall_signature.cpp1001 DEF_CALL_SIGNATURE(NewLexicalEnv) in DEF_CALL_SIGNATURE() argument
Dnew_object_stub_builder.cpp32 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef p… in NewLexicalEnv() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2515 JSHandle<LexicalEnv> ObjectFactory::NewLexicalEnv(int numSlots) in NewLexicalEnv() function in panda::ecmascript::ObjectFactory