Home
last modified time | relevance | path

Searched refs:handlerTag (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp136 JSHandle<JSTaggedValue> handlerTag(thread, proxy->GetHandler()); in SetPrototype() local
139 …EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, trap, handlerTag, undefine… in SetPrototype()
199 JSHandle<JSTaggedValue> handlerTag(thread, proxy->GetHandler()); in IsExtensible() local
201 …EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, trap, handlerTag, undefine… in IsExtensible()
250 JSHandle<JSTaggedValue> handlerTag(thread, proxy->GetHandler()); in PreventExtensions() local
252 …EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, trap, handlerTag, undefine… in PreventExtensions()
304 JSHandle<JSTaggedValue> handlerTag(thread, proxy->GetHandler()); in GetOwnProperty() local
307 …EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, trap, handlerTag, undefine… in GetOwnProperty()
399 JSHandle<JSTaggedValue> handlerTag(thread, proxy->GetHandler()); in DefineOwnProperty() local
402 …EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, trap, handlerTag, undefine… in DefineOwnProperty()
[all …]