Home
last modified time | relevance | path

Searched defs:newObject (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecodeopt_peepholes.cpp27 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 Dbuiltins_collator.cpp48 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in CollatorConstructor() local
H A Dbuiltins_displaynames.cpp39 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in DisplayNamesConstructor() local
H A Dbuiltins_list_format.cpp42 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in ListFormatConstructor() local
H A Dbuiltins_number_format.cpp44 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in NumberFormatConstructor() local
H A Dbuiltins_plural_rules.cpp41 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in PluralRulesConstructor() local
H A Dbuiltins_relative_time_format.cpp38 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in RelativeTimeFormatConstructor() local
H A Dbuiltins_segmenter.cpp40 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in SegmenterConstructor() local
H A Dbuiltins_date_time_format.cpp47 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in DateTimeFormatConstructor() local
H A Dbuiltins_locale.cpp40 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in LocaleConstructor() local
H A Dbuiltins_promise.cpp51 JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), newTarget); in PromiseConstructor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Doptimize_string_concat.cpp119 auto newObject = graph->CreateInstNewObject(DataType::REFERENCE, pc, loadClass, CopySaveState(graph, saveState), in CreateInstructionStringBuilderInstance() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp176 ObjectType *newObject = inferedType->Instantiate(allocator_, relation_, globalTypes_)->AsObjectType(); in CreateParameterTypeForObjectAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp172 ObjectType *newObject = inferredType->Instantiate(Allocator(), Relation(), GetGlobalTypesHolder())->AsObjectType(); in CreateParameterTypeForObjectAssignmentPattern() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1708 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 Dets_napi_native_interface.cpp2600 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 Dobject_factory.cpp2289 JSHandle<JSObject> newObject = NewJSObjectByConstructor(stringFunc, newTarget); in NewJSString() local

Completed in 57 milliseconds