Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dgenerator_helper.cpp49 JSHandle<JSTaggedValue> returnValue(thread, res); in Return() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp317 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
398 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleDateString() local
479 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleTimeString() local
Dbuiltins_bigint.cpp145 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
Dbuiltins_number.cpp353 JSHandle returnValue = factory->NewFromStdString(result); in ToLocaleString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp241 std::optional<size_t> returnValue = 0; in CalculateSchedulingUpperBound() local
Dllvm_ir_builder.cpp1062 LLVMValueRef returnValue = gate2LValue_[operand]; in VisitReturn() local
2173 LLVMValueRef returnValue = gate2LValue_[gate]; in HandleDeoptCheck() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1667 CallFrame &SetReturnValue(std::unique_ptr<RemoteObject> returnValue) in SetReturnValue()
Dpt_types.cpp1935 std::unique_ptr<PtJson> returnValue; in Create() local