Home
last modified time | relevance | path

Searched defs:CheckSetTrapResult (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.cpp119 void BuiltinsProxyStubBuilder::CheckSetTrapResult(GateRef target, GateRef key, GateRef value, in CheckSetTrapResult() function in panda::ecmascript::kungfu::BuiltinsProxyStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp600 bool JSProxy::CheckSetTrapResult(JSThread *thread, const JSHandle<JSTaggedValue> &targetHandle, in CheckSetTrapResult() function in panda::ecmascript::JSProxy
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4713 DEF_RUNTIME_STUBS(CheckSetTrapResult) in DEF_RUNTIME_STUBS() argument