Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsFunctionClassesCjsExportAssignment/
Dcontext.js76 …put * @param {HookHandler=} handle * @returns {State} */ construct(input, handle = … method
77 …put * @param {HookHandler=} handle * @returns {State} */ construct(input, handle = … method
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js68 construct: function(t, args) { method
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h85 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() function
Dchunk_allocator.h94 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() function
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h130 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js5468 construct() { method