mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
initialize JSC::JSGlobalObject::JSGlobalObjectData::recursion member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0efb7581f8
commit
a15a8ca63e
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ namespace JSC {
|
|||
, prev(0)
|
||||
, debugger(0)
|
||||
, globalScopeChain(NoScopeChain())
|
||||
, recursion(0)
|
||||
, regExpConstructor(0)
|
||||
, errorConstructor(0)
|
||||
, evalErrorConstructor(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue