Home
last modified time | relevance | path

Searched defs:DefineOwnProperty (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp42 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() function in panda::ecmascript::JSArguments
Djs_array.cpp455 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<J… in DefineOwnProperty() function in panda::ecmascript::JSArray
471 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSArray
Djs_typed_array.cpp133 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() function in panda::ecmascript::JSTypedArray
Djs_proxy.cpp374 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS… in DefineOwnProperty() function in panda::ecmascript::JSProxy
Djs_object.cpp1435 bool JSObject::DefineOwnProperty(JSThread *thread, ObjectOperator *op, in DefineOwnProperty() function in panda::ecmascript::JSObject
1441 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in DefineOwnProperty() function in panda::ecmascript::JSObject
1447 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSObject
Djs_tagged_value.cpp1266 bool JSTaggedValue::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefineOwnProperty() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_arguments_test.cpp101 HWTEST_F_L0(JsArgumentsTest, DefineOwnProperty) in HWTEST_F_L0() argument
Djs_array_test.cpp64 HWTEST_F_L0(JSArrayTest, DefineOwnProperty) in HWTEST_F_L0() argument
Djs_proxy_test.cpp213 HWTEST_F_L0(JSProxyTest, DefineOwnProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_proxy_handler.cpp154 JSTaggedValue StaticModuleProxyHandler::DefineOwnProperty(EcmaRuntimeCallInfo *argv) in DefineOwnProperty() function in panda::ecmascript::StaticModuleProxyHandler
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp223 bool ModuleNamespace::DefineOwnProperty(JSThread *thread, in DefineOwnProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp311 bool JSSharedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, in DefineOwnProperty() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp486 void PandaGen::DefineOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in DefineOwnProperty() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp217 DEF_RUNTIME_STUBS(DefineOwnProperty) in DEF_RUNTIME_STUBS() argument