Home
last modified time | relevance | path

Searched defs:NewLexicalEnv (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub-inl.h270 JSTaggedValue FastRuntimeStub::NewLexicalEnv(JSThread *thread, ObjectFactory *factory, uint16_t numVars) in NewLexicalEnv() function in panda::ecmascript::FastRuntimeStub
H A Dslow_runtime_stub.cpp379 JSTaggedValue SlowRuntimeStub::NewLexicalEnv(JSThread *thread, uint16_t numVars) in NewLexicalEnv() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp38 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef parent) in NewLexicalEnv() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp2011 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/
H A Dobject_factory.cpp2307 JSHandle<LexicalEnv> ObjectFactory::NewLexicalEnv(int numSlots) in NewLexicalEnv() function in panda::ecmascript::ObjectFactory

Completed in 21 milliseconds