Searched defs:DefineOwnProperty (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_arguments.cpp | 42 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() function in panda::ecmascript::JSArguments
|
| H A D | js_typed_array.cpp | 135 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() function in panda::ecmascript::JSTypedArray
|
| H A D | js_proxy.cpp | 374 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, in DefineOwnProperty() function in panda::ecmascript::JSProxy
|
| H A D | js_array.cpp | 369 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<JSTaggedValue> &key, in DefineOwnProperty() function in panda::ecmascript::JSArray 393 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSArray
|
| H A D | js_tagged_value.cpp | 1182 bool JSTaggedValue::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefineOwnProperty() function in panda::ecmascript::JSTaggedValue
|
| H A D | js_object.cpp | 1267 bool JSObject::DefineOwnProperty(JSThread *thread, ObjectOperator *op, in DefineOwnProperty() function in panda::ecmascript::JSObject 1273 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, in DefineOwnProperty() function in panda::ecmascript::JSObject 1279 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSObject
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_namespace.cpp | 216 bool ModuleNamespace::DefineOwnProperty(JSThread *thread, in DefineOwnProperty() function in panda::ecmascript::ModuleNamespace
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.cpp | 312 bool JSSharedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, in DefineOwnProperty() function in panda::ecmascript::JSSharedArray
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 467 void PandaGen::DefineOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in DefineOwnProperty() function in panda::es2panda::compiler::PandaGen
|
Completed in 19 milliseconds