Searched defs:DefineOwnProperty (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_arguments.cpp | 44 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() function in panda::ecmascript::JSArguments
|
D | js_array.cpp | 307 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<J… in DefineOwnProperty() function in panda::ecmascript::JSArray 331 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSArray
|
D | js_typed_array.cpp | 132 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() function in panda::ecmascript::JSTypedArray
|
D | js_proxy.cpp | 376 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS… in DefineOwnProperty() function in panda::ecmascript::JSProxy
|
D | js_tagged_value.cpp | 759 bool JSTaggedValue::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefineOwnProperty() function in panda::ecmascript::JSTaggedValue
|
D | js_object.cpp | 1000 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in DefineOwnProperty() function in panda::ecmascript::JSObject 1006 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSObject
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_arguments_test.cpp | 124 HWTEST_F_L0(JsArgumentsTest, DefineOwnProperty) in HWTEST_F_L0() argument
|
D | js_array_test.cpp | 86 HWTEST_F_L0(JSArrayTest, DefineOwnProperty) in HWTEST_F_L0() argument
|
D | js_proxy_test.cpp | 225 HWTEST_F_L0(JSProxyTest, DefineOwnProperty) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_namespace.cpp | 156 bool ModuleNamespace::DefineOwnProperty(JSThread *thread, in DefineOwnProperty() function in panda::ecmascript::ModuleNamespace
|