mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Use PointerFree allocatior for FunctionContextVarMap
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
121d2fefca
commit
aa727d22a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue