mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Update public API & Remove SandBoxStack (#469)
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
ba161d7459
commit
be2e01a807
9 changed files with 41 additions and 21 deletions
|
|
@ -130,7 +130,8 @@ VMInstance::~VMInstance()
|
|||
}
|
||||
|
||||
VMInstance::VMInstance(Platform* platform, const char* locale, const char* timezone)
|
||||
: m_randEngine((unsigned int)time(NULL))
|
||||
: m_currentSandBox(nullptr)
|
||||
, m_randEngine((unsigned int)time(NULL))
|
||||
, m_didSomePrototypeObjectDefineIndexedProperty(false)
|
||||
, m_compiledByteCodeSize(0)
|
||||
, m_cachedUTC(nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue