Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.h83 void SetConstructor(bool constructor) const in SetConstructor() function
Dlexical_env.h90 void SetConstructor(JSThread *thread, JSTaggedValue value) in SetConstructor() function
Djs_function.h34 inline void SetConstructor(bool flag) in SetConstructor() function
Djs_hclass.h582 inline void SetConstructor(bool flag) const in SetConstructor() function
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DclassDefinitionBuilder.h38 ClassDefinitionBuilder &SetConstructor(MethodDefinition *ctor) in SetConstructor() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_support.h75 void SetConstructor(MaplePhase_t newConstructor) in SetConstructor() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp23 JSTaggedValue BuiltinsSet::SetConstructor(EcmaRuntimeCallInfo *argv) in SetConstructor() function in panda::ecmascript::builtins::BuiltinsSet
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h342 void SetConstructor(TargetConstructor ctor) in SetConstructor() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp630 DECLARE_BUILTINS(SetConstructor) in DECLARE_BUILTINS() argument