6c3d784c16
Rename variables and flag names so that the classes can be reused by private methods implementation. In particular: Rename "fields" to "members" in the initializer so that we can initialize both fields and private methods/accessors there, for example: instance_fields_initializer -> instance_members_initializer InitializeClassFieldsStatement -> InitializeClassMembersStatement Rename "private field" to "private name" for the private symbols used to implement private fields so that we can use them to store private methods/accessors later as well, for example: private_field_name_var -> private_name_var NewPrivateFieldSymbol -> NewPrivateNameSymbol The follow-on is in https://chromium-review.googlesource.com/c/v8/v8/+/1301018 The design doc is in https://docs.google.com/document/d/1T-Ql6HOIH2U_8YjWkwK2rTfywwb7b3Qe8d3jkz72KwA/edit?usp=sharing Bug: v8:8330 Change-Id: I1cdca8def711da879b6e4d67c5ff0a5a4a36abbe Reviewed-on: https://chromium-review.googlesource.com/c/1312597 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org> Reviewed-by: Adam Klein <adamk@chromium.org> Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Joyee Cheung <joyee@igalia.com> Cr-Commit-Position: refs/heads/master@{#57289}
978 lines
26 KiB
Plaintext
978 lines
26 KiB
Plaintext
Test class fields scopes
|
|
|
|
Running test: testScopesPaused
|
|
[
|
|
[0] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 14
|
|
lineNumber : 2
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : foo
|
|
location : {
|
|
columnNumber : 4
|
|
lineNumber : 3
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 3
|
|
lineNumber : 5
|
|
scriptId : <scriptId>
|
|
}
|
|
name : foo
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 14
|
|
lineNumber : 2
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : closure
|
|
}
|
|
[2] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[1] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : run
|
|
location : {
|
|
columnNumber : 5
|
|
lineNumber : 13
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 3
|
|
lineNumber : 15
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 9
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
type : block
|
|
}
|
|
[1] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[2] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[2] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName :
|
|
location : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 4
|
|
lineNumber : 12
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : <instance_members_initializer>
|
|
location : {
|
|
columnNumber : 8
|
|
lineNumber : 12
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
]
|
|
this : {
|
|
className : X
|
|
description : X
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[1] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : X
|
|
location : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
name : X
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : closure
|
|
}
|
|
[2] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : X
|
|
description : X
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[2] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : run
|
|
location : {
|
|
columnNumber : 2
|
|
lineNumber : 18
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[3] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName :
|
|
location : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 4
|
|
lineNumber : 12
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : <instance_members_initializer>
|
|
location : {
|
|
columnNumber : 14
|
|
lineNumber : 13
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
]
|
|
this : {
|
|
className : X
|
|
description : X
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[1] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : X
|
|
location : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
name : X
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : closure
|
|
}
|
|
[2] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : X
|
|
description : X
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[2] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : run
|
|
location : {
|
|
columnNumber : 2
|
|
lineNumber : 18
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[3] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName :
|
|
location : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 4
|
|
lineNumber : 12
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : <instance_members_initializer>
|
|
location : {
|
|
columnNumber : 8
|
|
lineNumber : 14
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
]
|
|
this : {
|
|
className : X
|
|
description : X
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[1] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : X
|
|
location : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
name : X
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : closure
|
|
}
|
|
[2] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : X
|
|
description : X
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[2] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : run
|
|
location : {
|
|
columnNumber : 2
|
|
lineNumber : 18
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[3] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName :
|
|
location : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
]
|
|
[
|
|
[0] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 14
|
|
lineNumber : 7
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : bar
|
|
location : {
|
|
columnNumber : 4
|
|
lineNumber : 8
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 3
|
|
lineNumber : 9
|
|
scriptId : <scriptId>
|
|
}
|
|
name : bar
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 14
|
|
lineNumber : 7
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : closure
|
|
}
|
|
[2] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[1] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 4
|
|
lineNumber : 12
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : <instance_members_initializer>
|
|
location : {
|
|
columnNumber : 8
|
|
lineNumber : 14
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
]
|
|
this : {
|
|
className : X
|
|
description : X
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[2] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : X
|
|
location : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
name : X
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 2
|
|
lineNumber : 11
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : closure
|
|
}
|
|
[2] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : X
|
|
description : X
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[3] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName : run
|
|
location : {
|
|
columnNumber : 2
|
|
lineNumber : 18
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
endLocation : {
|
|
columnNumber : 1
|
|
lineNumber : 19
|
|
scriptId : <scriptId>
|
|
}
|
|
name : run
|
|
object : {
|
|
className : Object
|
|
description : Object
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
startLocation : {
|
|
columnNumber : 12
|
|
lineNumber : 1
|
|
scriptId : <scriptId>
|
|
}
|
|
type : local
|
|
}
|
|
[1] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
[4] : {
|
|
callFrameId : <callFrameId>
|
|
functionLocation : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
functionName :
|
|
location : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
scopeChain : [
|
|
[0] : {
|
|
object : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
type : global
|
|
}
|
|
]
|
|
this : {
|
|
className : global
|
|
description : global
|
|
objectId : <objectId>
|
|
type : object
|
|
}
|
|
url :
|
|
}
|
|
]
|