Searched defs:NewLexicalEnv (Results 1 – 7 of 7) sorted by relevance
166 HWTEST_F_L0(ObjectFactoryTest, NewLexicalEnv) in HWTEST_F_L0() argument
262 JSTaggedValue FastRuntimeStub::NewLexicalEnv(JSThread *thread, ObjectFactory *factory, uint16_t num… in NewLexicalEnv() function
404 JSTaggedValue SlowRuntimeStub::NewLexicalEnv(JSThread *thread, uint16_t numVars) in NewLexicalEnv() function in panda::ecmascript::SlowRuntimeStub
28 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef p… in NewLexicalEnv() function in panda::ecmascript::kungfu::NewObjectStubBuilder
690 DEF_CALL_SIGNATURE(NewLexicalEnv) in DEF_CALL_SIGNATURE() argument
1914 void PandaGen::NewLexicalEnv(const ir::AstNode *node, uint32_t num, binder::VariableScope *scope) in NewLexicalEnv() function in panda::es2panda::compiler::PandaGen
1878 JSHandle<LexicalEnv> ObjectFactory::NewLexicalEnv(int numSlots) in NewLexicalEnv() function in panda::ecmascript::ObjectFactory