Searched defs:NewSendableEnv (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | shared_object_factory.cpp | 912 JSHandle<SendableEnv> ObjectFactory::NewSendableEnv(int numSlots) in NewSendableEnv() function in panda::ecmascript::ObjectFactory |
| /arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
| D | pandagen.cpp | 2022 void PandaGen::NewSendableEnv(const ir::AstNode * node, uint32_t num) in NewSendableEnv() function in panda::es2panda::compiler::PandaGen |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ | ||
| D | slow_runtime_stub.cpp | 387 JSTaggedValue SlowRuntimeStub::NewSendableEnv(JSThread *thread, uint16_t numVars) in NewSendableEnv() function in panda::ecmascript::SlowRuntimeStub |
| /arkcompiler/ets_runtime/ecmascript/stubs/ | ||
| D | runtime_stubs.cpp | 2736 DEF_RUNTIME_STUBS(NewSendableEnv) in DEF_RUNTIME_STUBS() argument |