Searched defs:newObject (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecodeopt_peepholes.cpp | 27 CallInst *FindCtorCall(Inst *newObject) in FindCtorCall() 74 void ReplaceNewObjectUsers(Inst *newObject, Inst *nullCheck, CallInst *initObject) in ReplaceNewObjectUsers()
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | bcGenUtil.ts | 326 export function newObject(args: VReg[]): IRNode { function
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | function.cpp | 172 …ObjectType *newObject = inferredType->Instantiate(Allocator(), Relation(), GetGlobalTypesHolder())… in CreateParameterTypeForObjectAssignmentPattern() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 174 …ObjectType *newObject = inferedType->Instantiate(allocator_, relation_, globalTypes_)->AsObjectTyp… in CreateParameterTypeForObjectAssignmentPattern() local
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandagen.ts | 1107 newObject(node: ts.Node, args: VReg[]): void { method in PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 1006 Label newObject(env); in FastNewThisObject() local 1046 Label newObject(env); in FastSuperAllocateThis() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 296 Label newObject(env); in Create() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_native_interface.cpp | 2536 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/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|