Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_plural_rules.cpp44 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in PluralRulesConstructor() local
Dbuiltins_displaynames.cpp46 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in DisplayNamesConstructor() local
Dbuiltins_collator.cpp51 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in CollatorConstructor() local
Dbuiltins_list_format.cpp47 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in ListFormatConstructor() local
Dbuiltins_number_format.cpp51 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in NumberFormatConstructor() local
Dbuiltins_relative_time_format.cpp40 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in RelativeTimeFormatConstructor() local
Dbuiltins_date_time_format.cpp48 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in DateTimeFormatConstructor() local
Dbuiltins_locale.cpp42 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in LocaleConstructor() local
Dbuiltins_promise.cpp63 …JSHandle<JSObject> newObject = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor)… in PromiseConstructor() local
/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts326 export function newObject(args: VReg[]): IRNode { function
/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.cpp434 Label newObject(env); in FastNewThisObject() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1860 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