Home
last modified time | relevance | path

Searched refs:hole (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp177 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
179 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry()
346 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
348 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry()
Dglobal_dictionary-inl.h77 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
79 SetEntry(thread, entry, hole, hole, metaData); in ClearEntry()
Dtagged_hash_array.cpp69 JSHandle<LinkedNode> hole(thread, JSTaggedValue::Hole()); in NewLinkedNode() local
70 return factory->NewLinkedNode(hash, key, value, hole); in NewLinkedNode()
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_node_test.cpp90 JSHandle<LinkedNode> hole(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
91 JSHandle<LinkedNode> newNode = factory->NewLinkedNode(hash, key, value, hole); in HWTEST_F_L0()
Djs_api_hashset_test.cpp121 JSHandle<JSTaggedValue> hole(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() local
122 JSAPIHashSet::Add(thread, hashSet, hole); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/aottest/vtable/hole/
DBUILD.gn16 host_aot_test_action("hole") {
/arkcompiler/ets_runtime/test/aottest/vtable/
DBUILD.gn18 "hole",
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1126 VReg hole = AllocReg(); in EmitRethrow() local
1127 StoreConst(node, hole, Constant::JS_HOLE); in EmitRethrow()
1130 NotEqual(node, hole); in EmitRethrow()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp783 auto hole = builder_.HoleConstant(); in SaveFrameToContext() local
787 if (tmpGate != hole) { in SaveFrameToContext()
1077 GateRef hole = acc_.GetValueIn(gate, 0); in LowerThrowUndefinedIfHole() local
1083 builder_.Branch(builder_.TaggedIsHole(hole), &isHole, &notHole); in LowerThrowUndefinedIfHole()
1102 GateRef hole = acc_.GetValueIn(gate, 1); in LowerThrowUndefinedIfHoleWithName() local
1107 builder_.Branch(builder_.TaggedIsHole(hole), &isHole, &notHole); in LowerThrowUndefinedIfHoleWithName()
Dbytecode_circuit_builder.cpp936 auto hole = circuit_->GetConstantGate(MachineType::I64, in NewJSGate() local
940 std::vector<GateRef> vec(numRegs + 1, hole); in NewJSGate()
Dinterpreter_stub.cpp1220 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
1223 Branch(TaggedIsHole(hole), &isHole, &notHole); in DECLARE_ASM_HANDLER()
1239 GateRef hole = acc; in DECLARE_ASM_HANDLER() local
1242 Branch(TaggedIsHole(hole), &isHole, &notHole); in DECLARE_ASM_HANDLER()
Dstub_builder.cpp1771 Label hole(env); in ICStoreElement() local
1774 Branch(Int32GreaterThan(index, capacity), &hole, &notHole); in ICStoreElement()
1775 Bind(&hole); in ICStoreElement()
/arkcompiler/ets_frontend/test262/
Des2021_tests.txt1575 language/expressions/async-generator/dstr/named-ary-ptrn-elem-id-init-hole.js
1593 language/expressions/async-generator/dstr/dflt-ary-ptrn-elem-id-init-hole.js
1612 language/expressions/async-generator/dstr/named-dflt-ary-ptrn-elem-id-init-hole.js
1670 language/expressions/async-generator/dstr/ary-ptrn-elem-id-init-hole.js
2018 language/statements/async-generator/dstr/dflt-ary-ptrn-elem-id-init-hole.js
2056 language/statements/async-generator/dstr/ary-ptrn-elem-id-init-hole.js
2173 language/statements/for-await-of/async-func-decl-dstr-array-elem-nested-array-undefined-hole.js
2181 language/statements/for-await-of/async-func-decl-dstr-array-elem-nested-obj-undefined-hole.js
2207 language/statements/for-await-of/async-func-decl-dstr-array-rest-nested-array-undefined-hole.js
2213 language/statements/for-await-of/async-func-decl-dstr-array-rest-nested-obj-undefined-hole.js
[all …]
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3849 JSTaggedValue hole = GET_VREG_VALUE(v0); in RunInternal() local
3850 if (!hole.IsHole()) { in RunInternal()
3860 JSTaggedValue hole = acc; in RunInternal() local
3861 if (!hole.IsHole()) { in RunInternal()
Dinterpreter_assembly.cpp1865 JSTaggedValue hole = GET_VREG_VALUE(v0); in HandleThrowUndefinedifholePrefV8V8() local
1866 if (!hole.IsHole()) { in HandleThrowUndefinedifholePrefV8V8()
1880 JSTaggedValue hole = acc; in HandleThrowUndefinedifholewithnamePrefId16() local
1881 if (!hole.IsHole()) { in HandleThrowUndefinedifholewithnamePrefId16()
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt1054 language/expressions/class/dstr/async-private-gen-meth-ary-ptrn-elem-id-init-hole.js
1093 language/expressions/class/dstr/async-private-gen-meth-dflt-ary-ptrn-elem-id-init-hole.js
1172 language/expressions/class/dstr/async-private-gen-meth-static-ary-ptrn-elem-id-init-hole.js
1211 language/expressions/class/dstr/async-private-gen-meth-static-dflt-ary-ptrn-elem-id-init-hole.js
1290 language/expressions/class/dstr/private-gen-meth-ary-ptrn-elem-id-init-hole.js
1329 language/expressions/class/dstr/private-gen-meth-dflt-ary-ptrn-elem-id-init-hole.js
1408 language/expressions/class/dstr/private-gen-meth-static-ary-ptrn-elem-id-init-hole.js
1447 language/expressions/class/dstr/private-gen-meth-static-dflt-ary-ptrn-elem-id-init-hole.js
1526 language/expressions/class/dstr/private-meth-ary-ptrn-elem-id-init-hole.js
1565 language/expressions/class/dstr/private-meth-dflt-ary-ptrn-elem-id-init-hole.js
[all …]