Home
last modified time | relevance | path

Searched defs:newObject (Results 1 – 20 of 20) 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_runtime/ecmascript/builtins/
Dbuiltins_segmenter.cpp40 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in SegmenterConstructor() local
Dbuiltins_plural_rules.cpp41 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in PluralRulesConstructor() local
Dbuiltins_displaynames.cpp39 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in DisplayNamesConstructor() local
Dbuiltins_collator.cpp48 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in CollatorConstructor() local
Dbuiltins_list_format.cpp42 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in ListFormatConstructor() local
Dbuiltins_number_format.cpp44 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in NumberFormatConstructor() local
Dbuiltins_relative_time_format.cpp38 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in RelativeTimeFormatConstructor() local
Dbuiltins_date_time_format.cpp47 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in DateTimeFormatConstructor() local
Dbuiltins_locale.cpp40 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in LocaleConstructor() local
Dbuiltins_promise.cpp54 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in PromiseConstructor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Doptimize_string_concat.cpp96 …auto newObject = graph->CreateInstNewObject(DataType::REFERENCE, pc, loadClass, CopySaveState(grap… in CreateInstructionStringBuilderInstance() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp160 …ObjectType *newObject = inferedType->Instantiate(allocator_, relation_, globalTypes_)->AsObjectTyp… in CreateParameterTypeForObjectAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp174 …ObjectType *newObject = inferredType->Instantiate(Allocator(), Relation(), GetGlobalTypesHolder())… in CreateParameterTypeForObjectAssignmentPattern() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2028 Label newObject(env); in FastNewThisObject() local
2070 Label newObject(env); in FastSuperAllocateThis() local
Dtyped_native_inline_lowering.cpp3464 NewObjectStubBuilder newObject(&env, circuit_->GetGlobalEnvCache()); in LowerArraySlice() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp2603 ets_object newObject = AllocObject(env, cls); in NewObjectList() local
2635 ets_object newObject = AllocObject(env, cls); in NewObjectArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp77 Label newObject(env); in Create() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2555 JSHandle<JSObject> newObject = NewJSObjectByConstructor(stringFunc, newTarget); in NewJSString() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument