/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | bytecodeopt_peepholes.cpp | 27 CallInst *FindCtorCall(Inst *newObject) in FindCtorCall() argument 74 void ReplaceNewObjectUsers(Inst *newObject, Inst *nullCheck, CallInst *initObject) in ReplaceNewObjectUsers() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_collator.cpp | 48 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in CollatorConstructor() local
|
H A D | builtins_displaynames.cpp | 39 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in DisplayNamesConstructor() local
|
H A D | builtins_list_format.cpp | 42 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in ListFormatConstructor() local
|
H A D | builtins_number_format.cpp | 44 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in NumberFormatConstructor() local
|
H A D | builtins_plural_rules.cpp | 41 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in PluralRulesConstructor() local
|
H A D | builtins_relative_time_format.cpp | 38 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in RelativeTimeFormatConstructor() local
|
H A D | builtins_segmenter.cpp | 40 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in SegmenterConstructor() local
|
H A D | builtins_date_time_format.cpp | 47 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in DateTimeFormatConstructor() local
|
H A D | builtins_locale.cpp | 40 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in LocaleConstructor() local
|
H A D | builtins_promise.cpp | 51 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in PromiseConstructor() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | optimize_string_concat.cpp | 119 auto newObject = graph->CreateInstNewObject(DataType::REFERENCE, pc, loadClass, CopySaveState(graph, saveState), in CreateInstructionStringBuilderInstance() local
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | function.cpp | 176 ObjectType *newObject = inferedType->Instantiate(allocator_, relation_, globalTypes_)->AsObjectType(); in CreateParameterTypeForObjectAssignmentPattern() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | function.cpp | 172 ObjectType *newObject = inferredType->Instantiate(Allocator(), Relation(), GetGlobalTypesHolder())->AsObjectType(); in CreateParameterTypeForObjectAssignmentPattern() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 1708 BRANCH(IsEcmaObject(funcProto), &newObject, &callRuntime);
in FastNewThisObject() local 1750 &newObject, &callRuntime);
in FastSuperAllocateThis() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
H A D | ets_napi_native_interface.cpp | 2600 ets_object newObject = AllocObject(env, cls); in NewObjectList() local 2632 ets_object newObject = AllocObject(env, cls); in NewObjectArray() local
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_factory.cpp | 2289 JSHandle<JSObject> newObject = NewJSObjectByConstructor(stringFunc, newTarget); in NewJSString() local
|