Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.cpp59 void BuiltinsProxyStubBuilder::CheckGetTrapResult(GateRef target, GateRef key, Variable *result, La… in CheckGetTrapResult() function in panda::ecmascript::kungfu::BuiltinsProxyStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp516 OperationResult JSProxy::CheckGetTrapResult(JSThread *thread, const JSHandle<JSTaggedValue> &target… in CheckGetTrapResult() function in panda::ecmascript::JSProxy
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4704 DEF_RUNTIME_STUBS(CheckGetTrapResult) in DEF_RUNTIME_STUBS() argument