Use PointerFree allocatior for FunctionContextVarMap

Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
Seonghyun Kim 2026-04-29 20:07:09 +09:00 committed by MuHong Byun
commit aa727d22a1

View file

@ -35,7 +35,7 @@ struct ASTScopeContext;
struct ByteCodeGenerateContext;
typedef HashMap<AtomicString, StorePositiveNumberAsOddNumber, std::hash<AtomicString>, std::equal_to<AtomicString>,
GCUtil::gc_malloc_allocator<std::pair<AtomicString const, StorePositiveNumberAsOddNumber>>>
GCUtil::gc_malloc_atomic_allocator<std::pair<AtomicString const, size_t>>>
FunctionContextVarMap;
// length of argv is same with NativeFunctionInfo.m_argumentCount