Home
last modified time | relevance | path

Searched defs:Construct (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp79 JSTaggedValue InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue seco… in Construct() function in panda::ecmascript::InvokeCache
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp277 JSTaggedValue JSFunction::Construct(EcmaRuntimeCallInfo *info) in Construct() function in panda::ecmascript::JSFunction
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp611 HWTEST_F_L0(JSProxyTest, Construct) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1227 GateRef CircuitBuilder::Construct(GateRef hirGate, std::vector<GateRef> args) in Construct() function in panda::ecmascript::kungfu::CircuitBuilder