Sign in
chromium
/
external
/
github.com
/
Microsoft
/
ChakraCore
/
builtins
/
.
/
test
/
TTBasic
/
numericPropertyIsEnumerableReplay.baseline
blob: bbaf4cfeb6e772719fb7928d5548a1fe357a6e97 [
file
]
myobj
.
propertyIsEnumerable
(
'a'
):
true
myobj
.
propertyIsEnumerable
(
101
):
true
myobj
.
propertyIsEnumerable
(
"101"
):
true
myobj
.
propertyIsEnumerable
(
"10"
):
false
101
is
enumerable
true
a
is
enumerable
true
Reached
end
of
Execution
--
Exiting
.