Home
last modified time | relevance | path

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

12

/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
88 JSHandle<JSTaggedValue> proxy = GetConstructor(argv); in InvalidateProxyFunction() local
/arkcompiler/ets_runtime/test/aottest/optimized_call/
Doptimized_call.ts27 const proxy = new Proxy(sum, object); constant
/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_hashset.js84 let proxy = new Proxy(set1, {}); variable
Dcontainer_plainarray.js28 let proxy = new Proxy(plainArray, {}); variable
Dcontainer_stack.js26 let proxy = new Proxy(stack, {}); 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_linked_list.js159 let proxy = new Proxy(list2, {}); variable
Dcontainer_vector.js84 let proxy = new Proxy(vector1, {}); variable
Dcontainer_list.js184 let proxy = new Proxy(list3, {}); variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeclarationEmitOverloadedPrivateInference.ts34 private proxy<T, U>(fn: (options: T) => U): (options: T) => U; method in Wrapper
/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()
376 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS… in DefineOwnProperty()
465 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty()
523 OperationResult JSProxy::GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty()
609 bool JSProxy::SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in SetProperty()
680 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/assignproxy/
Dassignproxy.js23 var proxy = new Proxy({"cc":"dd", "ee":"ff"}, { variable
/arkcompiler/ets_runtime/test/moduletest/forin/
Dforin.js110 const proxy = new Proxy(new Array(100), obj); constant
122 const proxy = new Proxy([7], C); constant
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js78 const proxy = new Proxy(Array.prototype.includes, {}); constant
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js62 const proxy = new Proxy(arr2, handler); constant
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp110 JSHandle<JSProxy> proxy = factory->NewJSProxy(emptyObj, emptyObj); in HWTEST_F_L0() local

12