Lines Matching refs:EcmaHandleScope
21 EcmaHandleScope::EcmaHandleScope(JSThread *thread) : thread_(thread)
28 void EcmaHandleScope::OpenHandleScope(EcmaContext *context)
40 void EcmaHandleScope::OpenPrimitiveScope(EcmaContext *context)
52 EcmaHandleScope::~EcmaHandleScope()
59 void EcmaHandleScope::CloseHandleScope(EcmaContext *context)
73 void EcmaHandleScope::ClosePrimitiveScope(EcmaContext *context)
87 uintptr_t EcmaHandleScope::NewHandle(JSThread *thread, JSTaggedType value)
133 uintptr_t EcmaHandleScope::NewPrimitiveHandle(JSThread *thread, JSTaggedType value)