Searched defs:CreateDataPropertyOrThrow (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | js_object.cpp | 1823 bool JSObject::CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, in CreateDataPropertyOrThrow() function in panda::ecmascript::JSObject |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | stub_builder.cpp | 660 GateRef StubBuilder::CreateDataPropertyOrThrow(GateRef glue, GateRef obj, GateRef key, GateRef valu… in CreateDataPropertyOrThrow() function in panda::ecmascript::kungfu::StubBuilder |