Update public API & Remove SandBoxStack (#469)

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
Patrick Kim 2019-10-18 09:40:00 +09:00 committed by Hyukwoo Park
commit be2e01a807
9 changed files with 41 additions and 21 deletions

View file

@ -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)