Home
last modified time | relevance | path

Searched defs:Constructor (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
Dclass_passing_sts.js28 Constructor(name, age) { method in TestUser
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor/ts_to_sts/
Dconstructor.ts87 Constructor(): { new(_value: number) } { method in MethodCreateConstructor
Dconstructor.js90 MethodCreateConstructor.prototype.Constructor = function () { method in MethodCreateConstructor
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/ts_to_sts/
Dmain.ts132 type Constructor<T> = { alias
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/
DMatchers.ts23 Constructor = 3 enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_set.cpp26 JSTaggedValue BuiltinsSharedSet::Constructor(EcmaRuntimeCallInfo *argv) in Constructor() function in panda::ecmascript::builtins::BuiltinsSharedSet
Dbuiltins_shared_map.cpp26 JSTaggedValue BuiltinsSharedMap::Constructor(EcmaRuntimeCallInfo *argv) in Constructor() function in panda::ecmascript::builtins::BuiltinsSharedMap
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D9_classes.rst2453 .. _Inheritance:
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp193 HWTEST_F_L0(BuiltinsDataViewTest, Constructor) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md4257 ### Constructor subsection
Djsnapi_expo.cpp3959 Local<JSValueRef> FunctionRef::Constructor(const EcmaVM *vm, in Constructor() function in panda::FunctionRef