Home
last modified time | relevance | path

Searched refs:set_undefined (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-typedarray.cpp260 …jerry_value_t set_undefined = jerry_set_property_by_index (typedarray, 100, jerry_create_number (5… in test_property_by_index() local
261 TEST_ASSERT (jerry_value_is_error (set_undefined)); in test_property_by_index()
265 jerry_release_value (set_undefined); in test_property_by_index()
/third_party/node/deps/v8/src/objects/
Dfixed-array-inl.h171 void FixedArray::set_undefined(int index) { in set_undefined() function
172 set_undefined(GetReadOnlyRoots(), index); in set_undefined()
175 void FixedArray::set_undefined(Isolate* isolate, int index) { in set_undefined() function
176 set_undefined(ReadOnlyRoots(isolate), index); in set_undefined()
179 void FixedArray::set_undefined(ReadOnlyRoots ro_roots, int index) { in set_undefined() function
Dfixed-array.h155 inline void set_undefined(int index);
156 inline void set_undefined(Isolate* isolate, int index);
157 inline void set_undefined(ReadOnlyRoots ro_roots, int index);
/third_party/node/deps/v8/src/api/
Dapi-natives.cc365 fast_cache.set_undefined(serial_number); in UncacheTemplateInstantiation()
/third_party/node/deps/v8/src/ast/
Dast.cc828 cooked_strings.set_undefined(roots, i); in GetOrBuildDescription()
/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc1040 breakpoint_infos->set_undefined(breakpoint_infos->length() - 1); in ClearBreakPoint()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp339 void set_undefined() { add_label(label_undefined); } in set_undefined() function
1657 ctx.info[instr->definitions[i].tempId()].set_undefined(); in label_instruction()
1883 ctx.info[instr->definitions[0].tempId()].set_undefined(); in label_instruction()
/third_party/node/deps/v8/src/heap/
Dheap.cc3304 number_string_cache().set_undefined(i); in FlushNumberStringCache()