Searched defs:CreateDataPropertyOrThrow (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | js_object.cpp | 1744 bool JSObject::CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, in CreateDataPropertyOrThrow() function in panda::ecmascript::JSObject 1758 bool JSObject::CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in CreateDataPropertyOrThrow() function in panda::ecmascript::JSObject |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | stub_builder.cpp | 630 GateRef StubBuilder::CreateDataPropertyOrThrow(GateRef glue, GateRef obj, GateRef key, GateRef value) in CreateDataPropertyOrThrow() function in panda::ecmascript::kungfu::StubBuilder |
Completed in 21 milliseconds