Home
last modified time | relevance | path

Searched defs:proxy (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp50 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype()
109 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype()
171 bool JSProxy::IsExtensible(JSThread *thread, const JSHandle<JSProxy> &proxy) in IsExtensible()
219 bool JSProxy::PreventExtensions(JSThread *thread, const JSHandle<JSProxy> &proxy) in PreventExtensions()
268 bool JSProxy::GetOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in GetOwnProperty()
375 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS… in DefineOwnProperty()
464 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty()
522 OperationResult JSProxy::GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty()
596 bool JSProxy::SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in SetProperty()
656 bool JSProxy::DeleteProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in DeleteProperty()
[all …]
Ddate_parse.cpp24 DateProxy proxy(&reader); in ParseDateString() local
43 bool DateParse::IsIsoDateTime(DateProxy *proxy, DayValue *dayValue) in IsIsoDateTime()
90 bool DateParse::ParseIsoDateTime(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseIsoDateTime()
173 bool DateParse::ParseLegacyDates(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseLegacyDates()
Djs_proxy.h48 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty()
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_lightweightmap.js28 let proxy = new Proxy(map, {}); variable
74 function TestForEach(value, key, proxy) { argument
Dcontainer_lightweightset.js28 let proxy = new Proxy(set, {}); variable
62 function TestForEach1(value, key, proxy) { argument
Dcontainer_treeset.js97 let proxy = new Proxy(set1, {}); variable
138 function TestForEach1(value, key, proxy) { argument
Dcontainer_treemap.js98 let proxy = new Proxy(map1, {}); variable
149 function TestForEach1(value, key, proxy) { argument
Dcontainer_hashmap.js99 let proxy = new Proxy(map1, {}); variable
145 function TestForEach1(value, key, proxy) { argument
Dcontainer_stack.js26 let proxy = new Proxy(stack, {}); variable
Dcontainer_hashset.js84 let proxy = new Proxy(set1, {}); variable
Dcontainer_plainarray.js28 let proxy = new Proxy(plainArray, {}); variable
Dcontainer_queue.js26 let proxy = new Proxy(queue, {}); variable
Dcontainer_deque.js26 let proxy = new Proxy(deque, {}); variable
Dcontainer_arraylist.js48 let proxy = new Proxy(arr1, {}); variable
Dcontainer_vector.js84 let proxy = new Proxy(vector1, {}); variable
Dcontainer_linked_list.js159 let proxy = new Proxy(list2, {}); variable
Dcontainer_list.js184 let proxy = new Proxy(list3, {}); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_proxy.cpp40 …JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(argv->GetThread(), GetCallArg(argv, 0), GetCallArg(… in ProxyConstructor() local
54 … JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(thread, GetCallArg(argv, 0), GetCallArg(argv, 1)); in Revocable() local
/arkcompiler/ets_runtime/test/moduletest/assignproxy/
Dassignproxy.js23 var proxy = new Proxy({"cc":"dd", "ee":"ff"}, { variable
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js101 let proxy = new Proxy(show2, handler); variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp110 JSHandle<JSProxy> proxy = factory->NewJSProxy(emptyObj, emptyObj); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/tests/
Druntime_stubs_test.cpp91 JSProxy *proxy = *proxyHandle; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_queue_test.cpp129 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
Dcontainers_stack_test.cpp279 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb83 def proxy(method) method

12