diff options
author | Michaël Zasso <targos@protonmail.com> | 2016-12-23 16:30:57 +0100 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2017-01-26 22:46:17 +0100 |
commit | 2739185b790e040c3b044c577327f5d44bffad4a (patch) | |
tree | 29a466999212f4c85958379d9d400eec8a185ba5 /deps/v8/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden | |
parent | a67a04d7654faaa04c8da00e42981ebc9fd0911c (diff) | |
download | node-new-2739185b790e040c3b044c577327f5d44bffad4a.tar.gz |
deps: update V8 to 5.5.372.40
PR-URL: https://github.com/nodejs/node/pull/9618
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/v8/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden')
-rw-r--r-- | deps/v8/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/deps/v8/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden b/deps/v8/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden index 03f8b5496d..59052b85d8 100644 --- a/deps/v8/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden +++ b/deps/v8/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden @@ -3,8 +3,6 @@ # --- -pool type: mixed -execute: no wrap: no top level: yes @@ -29,18 +27,18 @@ bytecodes: [ B(CreateObjectLiteral), U8(2), U8(0), U8(1), R(4), B(Star), R(2), B(CreateClosure), U8(3), U8(0), - B(StaNamedPropertySloppy), R(4), U8(4), U8(3), + B(StaNamedPropertySloppy), R(4), U8(4), U8(4), B(Mov), R(4), R(3), B(CallRuntime), U16(Runtime::kInitializeVarGlobal), R(1), U8(3), B(LdaUndefined), /* 33 S> */ B(Return), ] constant pool: [ - InstanceType::FIXED_ARRAY_TYPE, - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, - InstanceType::FIXED_ARRAY_TYPE, - InstanceType::SHARED_FUNCTION_INFO_TYPE, - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, + FIXED_ARRAY_TYPE, + ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"], + FIXED_ARRAY_TYPE, + SHARED_FUNCTION_INFO_TYPE, + ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"], ] handlers: [ ] |