Home
last modified time | relevance | path

Searched defs:caller (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dcallee_info.h27 …CalleeInfo(const Inst &call_inst, const Function *caller) : call_inst_(call_inst), caller_(caller)… in CalleeInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp35 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in GetOwnProperty() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcorrelatedUnions.ts231 declare const xx: { letter: A, caller: ACaller } | { letter: B, caller: BCaller }; constant
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h65 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_arguments_test.cpp159 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp426 RuntimeInterface::MethodPtr caller = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp582 GateRef caller = acc_.GetValueIn(frameArgs); in IsRecursiveFunc() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1057 …auto *caller = AllocNode<ir::MemberExpression>(id, AllocNode<ir::Identifier>(FUNC_NAME_OF_DEFINE_P… in CreateDefinePropertyCall() local
1069 auto *caller = AllocNode<ir::MemberExpression>(id, in CreateGetOwnPropertyDescriptorCall() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp3120 JSHandle<JSTaggedValue> caller(factory_->NewFromASCII("caller")); in StrictModeForbiddenAccessCallerArguments() local