• Home
  • Raw
  • Download

Lines Matching full:two

447 …unction(env, funcFuncPrototypeObj, "apply", Function::FunctionPrototypeApply, FunctionLength::TWO);  in InitializeFunction()
463 SetFunction(env, objFunc, "assign", Object::Assign, FunctionLength::TWO); in InitializeObject()
465 SetFunction(env, objFunc, "create", Object::Create, FunctionLength::TWO); in InitializeObject()
467 SetFunction(env, objFunc, "defineProperties", Object::DefineProperties, FunctionLength::TWO); in InitializeObject()
473 …n(env, objFunc, "getOwnPropertyDescriptor", Object::GetOwnPropertyDescriptor, FunctionLength::TWO); in InitializeObject()
497 SetFunction(env, objFunc, "setPrototypeOf", Object::SetPrototypeOf, FunctionLength::TWO); in InitializeObject()
758 …cToObjAndGlobal(env, globalObject, numFunction, "parseInt", Number::ParseInt, FunctionLength::TWO); in InitializeNumber()
811 SetFunction(env, bigIntFunction, "asUintN", BuiltinsBigInt::AsUintN, FunctionLength::TWO); in InitializeBigInt()
812 SetFunction(env, bigIntFunction, "asIntN", BuiltinsBigInt::AsIntN, FunctionLength::TWO); in InitializeBigInt()
862 SetFunction(env, dateFuncPrototype, "setMonth", Date::SetMonth, FunctionLength::TWO); in InitializeDate()
863 SetFunction(env, dateFuncPrototype, "setSeconds", Date::SetSeconds, FunctionLength::TWO); in InitializeDate()
870 SetFunction(env, dateFuncPrototype, "setUTCMonth", Date::SetUTCMonth, FunctionLength::TWO); in InitializeDate()
871 SetFunction(env, dateFuncPrototype, "setUTCSeconds", Date::SetUTCSeconds, FunctionLength::TWO); in InitializeDate()
932 SetFunction(env, proxyFunction, "revocable", Proxy::Revocable, FunctionLength::TWO); in InitializeProxy()
1154 functionLength = FunctionLength::TWO; in InitializeError()
1299 …(env, mapFuncPrototype, globalConst->GetHandledSetString(), BuiltinsMap::Set, FunctionLength::TWO); in InitializeMap()
1365 FunctionLength::TWO); in InitializeWeakMap()
1425 SetFunction(env, atomicsObject, "load", Atomics::Load, FunctionLength::TWO); in InitializeAtomics()
1490 BuiltinsFinalizationRegistry::Register, FunctionLength::TWO); in InitializeFinalizationRegistry()
1512 SetFunction(env, mathObject, "atan2", Math::Atan2, FunctionLength::TWO); in InitializeMath()
1522 SetFunction(env, mathObject, "hypot", Math::Hypot, FunctionLength::TWO); in InitializeMath()
1523 SetFunction(env, mathObject, "imul", Math::Imul, FunctionLength::TWO); in InitializeMath()
1528 SetFunction(env, mathObject, "max", Math::Max, FunctionLength::TWO); in InitializeMath()
1529 SetFunction(env, mathObject, "min", Math::Min, FunctionLength::TWO); in InitializeMath()
1530 SetFunction(env, mathObject, "pow", Math::Pow, FunctionLength::TWO); in InitializeMath()
1565 SetFunction(env, jsonObject, "parse", Json::Parse, FunctionLength::TWO); in InitializeJson()
1614 SetFunction(env, stringFuncPrototype, "replace", BuiltinsString::Replace, FunctionLength::TWO); in InitializeString()
1615 …tFunction(env, stringFuncPrototype, "replaceAll", BuiltinsString::ReplaceAll, FunctionLength::TWO); in InitializeString()
1617 SetFunction(env, stringFuncPrototype, "slice", BuiltinsString::Slice, FunctionLength::TWO); in InitializeString()
1618 SetFunction(env, stringFuncPrototype, "split", BuiltinsString::Split, FunctionLength::TWO); in InitializeString()
1620 … SetFunction(env, stringFuncPrototype, "substring", BuiltinsString::Substring, FunctionLength::TWO, in InitializeString()
1622 SetFunction(env, stringFuncPrototype, "substr", BuiltinsString::SubStr, FunctionLength::TWO); in InitializeString()
1836 …ewBuiltinConstructor(env, regPrototype, RegExp::RegExpConstructor, "RegExp", FunctionLength::TWO)); in InitializeRegExp()
1891 …ol(env, regPrototype, env->GetSplitSymbol(), "[Symbol.split]", RegExp::Split, FunctionLength::TWO); in InitializeRegExp()
1902 FunctionLength::TWO); in InitializeRegExp()
1940 … SetFunction(env, arrFuncPrototype, "copyWithin", BuiltinsArray::CopyWithin, FunctionLength::TWO); in InitializeArray()
1959 SetFunction(env, arrFuncPrototype, "slice", BuiltinsArray::Slice, FunctionLength::TWO); in InitializeArray()
1962 SetFunction(env, arrFuncPrototype, "splice", BuiltinsArray::Splice, FunctionLength::TWO); in InitializeArray()
2032 …ion(env, typedArrFuncPrototype, "copyWithin", BuiltinsTypedArray::CopyWithin, FunctionLength::TWO); in InitializeTypedArray()
2049 … SetFunction(env, typedArrFuncPrototype, "slice", BuiltinsTypedArray::Slice, FunctionLength::TWO); in InitializeTypedArray()
2052 …unction(env, typedArrFuncPrototype, "subarray", BuiltinsTypedArray::Subarray, FunctionLength::TWO); in InitializeTypedArray()
2417 SetFunction(env, arrayBufferFuncPrototype, "slice", ArrayBuffer::Slice, FunctionLength::TWO); in InitializeArrayBuffer()
2449 SetFunction(env, reflectObject, "construct", Reflect::ReflectConstruct, FunctionLength::TWO); in InitializeReflect()
2451 …unction(env, reflectObject, "deleteProperty", Reflect::ReflectDeleteProperty, FunctionLength::TWO); in InitializeReflect()
2452 SetFunction(env, reflectObject, "get", Reflect::ReflectGet, FunctionLength::TWO); in InitializeReflect()
2454 FunctionLength::TWO); in InitializeReflect()
2456 SetFunction(env, reflectObject, "has", Reflect::ReflectHas, FunctionLength::TWO); in InitializeReflect()
2461 …unction(env, reflectObject, "setPrototypeOf", Reflect::ReflectSetPrototypeOf, FunctionLength::TWO); in InitializeReflect()
2495 …ction(env, sharedArrayBufferFuncPrototype, "slice", SharedArrayBuffer::Slice, FunctionLength::TWO); in InitializeSharedArrayBuffer()
2543 SetFunction(env, promiseFuncPrototype, "then", Promise::Then, FunctionLength::TWO); in InitializePromise()
2616 …to func = NewFunction(env, keyString, BuiltinsPromiseJob::PromiseReactionJob, FunctionLength::TWO); in InitializePromiseJob()
2651 … SetFunction(env, dataViewFuncPrototype, "setFloat32", DataView::SetFloat32, FunctionLength::TWO); in InitializeDataView()
2652 … SetFunction(env, dataViewFuncPrototype, "setFloat64", DataView::SetFloat64, FunctionLength::TWO); in InitializeDataView()
2653 SetFunction(env, dataViewFuncPrototype, "setInt8", DataView::SetInt8, FunctionLength::TWO); in InitializeDataView()
2654 SetFunction(env, dataViewFuncPrototype, "setInt16", DataView::SetInt16, FunctionLength::TWO); in InitializeDataView()
2655 SetFunction(env, dataViewFuncPrototype, "setInt32", DataView::SetInt32, FunctionLength::TWO); in InitializeDataView()
2656 SetFunction(env, dataViewFuncPrototype, "setUint8", DataView::SetUint8, FunctionLength::TWO); in InitializeDataView()
2657 SetFunction(env, dataViewFuncPrototype, "setUint16", DataView::SetUint16, FunctionLength::TWO); in InitializeDataView()
2658 SetFunction(env, dataViewFuncPrototype, "setUint32", DataView::SetUint32, FunctionLength::TWO); in InitializeDataView()
2659 …SetFunction(env, dataViewFuncPrototype, "setBigInt64", DataView::SetBigInt64, FunctionLength::TWO); in InitializeDataView()
2660 …tFunction(env, dataViewFuncPrototype, "setBigUint64", DataView::SetBigUint64, FunctionLength::TWO); in InitializeDataView()
3158 SetFunction(env, dtfPrototype, "formatRange", DateTimeFormat::FormatRange, FunctionLength::TWO); in InitializeDateTimeFormat()
3160 …(env, dtfPrototype, "formatRangeToParts", DateTimeFormat::FormatRangeToParts, FunctionLength::TWO); in InitializeDateTimeFormat()
3191 SetFunction(env, rtfPrototype, "format", RelativeTimeFormat::Format, FunctionLength::TWO); in InitializeRelativeTimeFormat()
3194 …nction(env, rtfPrototype, "formatToParts", RelativeTimeFormat::FormatToParts, FunctionLength::TWO); in InitializeRelativeTimeFormat()
3382 "DisplayNames", FunctionLength::TWO)); in InitializeDisplayNames()
3440 …ction(env, tools, "compareHClass", builtins::BuiltinsArkTools::CompareHClass, FunctionLength::TWO); in InitializeArkTools()
3535 FunctionLength::TWO)); in InitializeCjsModule()
3590 FunctionLength::TWO)); in InitializeCjsExports()
3627 JSHandle<TaggedArray> props(factory_->NewTaggedArray(2)); // 2 : two propertise in InitializeDefaultExportOfScript()