Home
last modified time | relevance | path

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

123

/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/instanceof/
Dinstanceof.ts72 const proxy = new Proxy(foo, {}); constant
88 const proxy = new Proxy( target, {}); constant
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp50 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype()
110 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype()
173 bool JSProxy::IsExtensible(JSThread *thread, const JSHandle<JSProxy> &proxy) in IsExtensible()
222 bool JSProxy::PreventExtensions(JSThread *thread, const JSHandle<JSProxy> &proxy) in PreventExtensions()
272 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()
460 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty()
519 OperationResult JSProxy::GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty()
594 bool JSProxy::SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in SetProperty()
658 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()
178 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_treeset.js110 let proxy = new Proxy(set1, {}); variable
151 function TestForEach1(value, key, proxy) { argument
Dcontainer_lightweightset.js28 let proxy = new Proxy(set, {}); variable
62 function TestForEach1(value, key, proxy) { argument
Dcontainer_treemap.js98 let proxy = new Proxy(map1, {}); variable
149 function TestForEach1(value, key, proxy) { argument
Dcontainer_hashmap.js115 let proxy = new Proxy(map1, {}); variable
161 function TestForEach1(value, key, proxy) { argument
Dcontainer_stack.js26 let proxy = new Proxy(stack, {}); variable
Dcontainer_plainarray.js28 let proxy = new Proxy(plainArray, {}); variable
Dcontainer_hashset.js84 let proxy = new Proxy(set1, {}); 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.js200 let proxy = new Proxy(list3, {}); variable
/arkcompiler/ets_runtime/test/aottest/optimized_call/
Doptimized_call.ts27 const proxy = new Proxy(sum, object); constant
/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/objecthasownproperty/
Dobjecthasownproperty.js68 var proxy = new Proxy(person, { variable
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js61 const proxy = new Proxy(arr2, handler); constant
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb83 def proxy(method) method
129 def proxy(method) method

123