Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp27 CallInst *FindCtorCall(Inst *newObject) in FindCtorCall()
74 void ReplaceNewObjectUsers(Inst *newObject, Inst *nullCheck, CallInst *initObject) in ReplaceNewObjectUsers()
/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts326 export function newObject(args: VReg[]): IRNode { function
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp172 …ObjectType *newObject = inferredType->Instantiate(Allocator(), Relation(), GetGlobalTypesHolder())… in CreateParameterTypeForObjectAssignmentPattern() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp174 …ObjectType *newObject = inferedType->Instantiate(allocator_, relation_, globalTypes_)->AsObjectTyp… in CreateParameterTypeForObjectAssignmentPattern() local
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts1107 newObject(node: ts.Node, args: VReg[]): void { method in PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1006 Label newObject(env); in FastNewThisObject() local
1046 Label newObject(env); in FastSuperAllocateThis() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp296 Label newObject(env); in Create() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp2536 ets_object newObject = AllocObject(env, cls); in NewObjectList() local
2568 ets_object newObject = AllocObject(env, cls); in NewObjectArray() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument