• Home
  • Raw
  • Download

Lines Matching full:one

247 …iltinConstructor(env, objFuncPrototype, Object::ObjectConstructor, "Object", FunctionLength::ONE));  in Initialize()
382 SetFunction(env, globalObject, "eval", Global::NotSupportEval, FunctionLength::ONE); in InitializeGlobalObject()
383 SetFunction(env, globalObject, "isFinite", Global::IsFinite, FunctionLength::ONE); in InitializeGlobalObject()
384 SetFunction(env, globalObject, "isNaN", Global::IsNaN, FunctionLength::ONE); in InitializeGlobalObject()
385 SetFunction(env, globalObject, "decodeURI", Global::DecodeURI, FunctionLength::ONE); in InitializeGlobalObject()
386 SetFunction(env, globalObject, "encodeURI", Global::EncodeURI, FunctionLength::ONE); in InitializeGlobalObject()
387 …Function(env, globalObject, "decodeURIComponent", Global::DecodeURIComponent, FunctionLength::ONE); in InitializeGlobalObject()
388 …Function(env, globalObject, "encodeURIComponent", Global::EncodeURIComponent, FunctionLength::ONE); in InitializeGlobalObject()
423 InitializeCtor(env, funcFuncPrototypeObj, funcFunc, "Function", FunctionLength::ONE); in InitializeFunction()
449 …tFunction(env, funcFuncPrototypeObj, "bind", Function::FunctionPrototypeBind, FunctionLength::ONE); in InitializeFunction()
451 …tFunction(env, funcFuncPrototypeObj, "call", Function::FunctionPrototypeCall, FunctionLength::ONE); in InitializeFunction()
471 SetFunction(env, objFunc, "freeze", Object::Freeze, FunctionLength::ONE); in InitializeObject()
475 …SetFunction(env, objFunc, "getOwnPropertyNames", Object::GetOwnPropertyNames, FunctionLength::ONE); in InitializeObject()
477 …unction(env, objFunc, "getOwnPropertySymbols", Object::GetOwnPropertySymbols, FunctionLength::ONE); in InitializeObject()
479 SetFunction(env, objFunc, "getPrototypeOf", Object::GetPrototypeOf, FunctionLength::ONE); in InitializeObject()
483 SetFunction(env, objFunc, "isExtensible", Object::IsExtensible, FunctionLength::ONE); in InitializeObject()
485 SetFunction(env, objFunc, "isFrozen", Object::IsFrozen, FunctionLength::ONE); in InitializeObject()
487 SetFunction(env, objFunc, "isSealed", Object::IsSealed, FunctionLength::ONE); in InitializeObject()
489 SetFunction(env, objFunc, "keys", Object::Keys, FunctionLength::ONE); in InitializeObject()
491 SetFunction(env, objFunc, "values", Object::Values, FunctionLength::ONE); in InitializeObject()
493 SetFunction(env, objFunc, "preventExtensions", Object::PreventExtensions, FunctionLength::ONE); in InitializeObject()
495 SetFunction(env, objFunc, "seal", Object::Seal, FunctionLength::ONE); in InitializeObject()
499 SetFunction(env, objFunc, "entries", Object::Entries, FunctionLength::ONE); in InitializeObject()
501 SetFunction(env, objFunc, "fromEntries", Object::FromEntries, FunctionLength::ONE); in InitializeObject()
505 … SetFunction(env, objFuncPrototype, "hasOwnProperty", Object::HasOwnProperty, FunctionLength::ONE); in InitializeObject()
507 SetFunction(env, objFuncPrototype, "isPrototypeOf", Object::IsPrototypeOf, FunctionLength::ONE); in InitializeObject()
509 …(env, objFuncPrototype, "propertyIsEnumerable", Object::PropertyIsEnumerable, FunctionLength::ONE); in InitializeObject()
524 …aggedValue> protoSetter = CreateSetter(env, Object::ProtoSetter, "__proto__", FunctionLength::ONE); in InitializeObject()
550 SetFunction(env, symbolFunction, "for", Symbol::For, FunctionLength::ONE); in InitializeSymbol()
551 SetFunction(env, symbolFunction, "keyFor", Symbol::KeyFor, FunctionLength::ONE); in InitializeSymbol()
593 …uncPrototype, toPrimitiveSymbol, "[Symbol.toPrimitive]", Symbol::ToPrimitive, FunctionLength::ONE); in InitializeSymbol()
629 Function::FunctionPrototypeHasInstance, FunctionLength::ONE); in InitializeSymbol()
655 SetFunction(realm, symbolFunction, "for", Symbol::For, FunctionLength::ONE); in InitializeSymbolWithRealm()
656 SetFunction(realm, symbolFunction, "keyFor", Symbol::KeyFor, FunctionLength::ONE); in InitializeSymbolWithRealm()
684 FunctionLength::ONE); in InitializeSymbolWithRealm()
720 Function::FunctionPrototypeHasInstance, FunctionLength::ONE); in InitializeSymbolWithRealm()
739 …iltinConstructor(env, numFuncPrototype, Number::NumberConstructor, "Number", FunctionLength::ONE)); in InitializeNumber()
743 SetFunction(env, numFuncPrototype, "toExponential", Number::ToExponential, FunctionLength::ONE); in InitializeNumber()
744 SetFunction(env, numFuncPrototype, "toFixed", Number::ToFixed, FunctionLength::ONE); in InitializeNumber()
746 SetFunction(env, numFuncPrototype, "toPrecision", Number::ToPrecision, FunctionLength::ONE); in InitializeNumber()
748 FunctionLength::ONE); in InitializeNumber()
753 SetFunction(env, numFunction, "isFinite", Number::IsFinite, FunctionLength::ONE); in InitializeNumber()
754 SetFunction(env, numFunction, "isInteger", Number::IsInteger, FunctionLength::ONE); in InitializeNumber()
755 SetFunction(env, numFunction, "isNaN", Number::IsNaN, FunctionLength::ONE); in InitializeNumber()
756 SetFunction(env, numFunction, "isSafeInteger", Number::IsSafeInteger, FunctionLength::ONE); in InitializeNumber()
757 …bjAndGlobal(env, globalObject, numFunction, "parseFloat", Number::ParseFloat, FunctionLength::ONE); in InitializeNumber()
802 BuiltinsBigInt::BigIntConstructor, "BigInt", FunctionLength::ONE)); in InitializeBigInt()
833 … NewBuiltinConstructor(env, dateFuncPrototype, Date::DateConstructor, "Date", FunctionLength::ONE, in InitializeDate()
857 SetFunction(env, dateFuncPrototype, "setDate", Date::SetDate, FunctionLength::ONE); in InitializeDate()
860 …SetFunction(env, dateFuncPrototype, "setMilliseconds", Date::SetMilliseconds, FunctionLength::ONE); in InitializeDate()
864 SetFunction(env, dateFuncPrototype, "setTime", Date::SetTime, FunctionLength::ONE); in InitializeDate()
865 SetFunction(env, dateFuncPrototype, "setUTCDate", Date::SetUTCDate, FunctionLength::ONE); in InitializeDate()
868 …ction(env, dateFuncPrototype, "setUTCMilliseconds", Date::SetUTCMilliseconds, FunctionLength::ONE); in InitializeDate()
875 SetFunction(env, dateFuncPrototype, "toJSON", Date::ToJSON, FunctionLength::ONE); in InitializeDate()
887 FunctionLength::ONE); in InitializeDate()
891 SetFunction(env, dateFunction, "parse", Date::Parse, FunctionLength::ONE); in InitializeDate()
915 "Boolean", FunctionLength::ONE, BUILTINS_STUB_ID(BooleanConstructor)); in InitializeBoolean()
968 …asyncFuncPrototype, AsyncFunction::AsyncFunctionConstructor, "AsyncFunction", FunctionLength::ONE); in InitializeAsyncFunction()
991 …uiltinConstructor(env, errorFuncPrototype, Error::ErrorConstructor, "Error", FunctionLength::ONE)); in InitializeAllTypeError()
1152 FunctionLength functionLength = FunctionLength::ONE; in InitializeError()
1236 SetFunction(env, setFuncPrototype, "add", BuiltinsSet::Add, FunctionLength::ONE); in InitializeSet()
1240 SetFunction(env, setFuncPrototype, "delete", BuiltinsSet::Delete, FunctionLength::ONE); in InitializeSet()
1242 SetFunction(env, setFuncPrototype, "has", BuiltinsSet::Has, FunctionLength::ONE); in InitializeSet()
1244 SetFunction(env, setFuncPrototype, "forEach", BuiltinsSet::ForEach, FunctionLength::ONE); in InitializeSet()
1303 SetFunction(env, mapFuncPrototype, "delete", BuiltinsMap::Delete, FunctionLength::ONE); in InitializeMap()
1305 SetFunction(env, mapFuncPrototype, "has", BuiltinsMap::Has, FunctionLength::ONE); in InitializeMap()
1308 FunctionLength::ONE); in InitializeMap()
1310 SetFunction(env, mapFuncPrototype, "forEach", BuiltinsMap::ForEach, FunctionLength::ONE); in InitializeMap()
1367 SetFunction(env, weakMapFuncPrototype, "delete", BuiltinsWeakMap::Delete, FunctionLength::ONE); in InitializeWeakMap()
1369 SetFunction(env, weakMapFuncPrototype, "has", BuiltinsWeakMap::Has, FunctionLength::ONE); in InitializeWeakMap()
1372 FunctionLength::ONE); in InitializeWeakMap()
1398 SetFunction(env, weakSetFuncPrototype, "add", BuiltinsWeakSet::Add, FunctionLength::ONE); in InitializeWeakSet()
1400 SetFunction(env, weakSetFuncPrototype, "delete", BuiltinsWeakSet::Delete, FunctionLength::ONE); in InitializeWeakSet()
1402 SetFunction(env, weakSetFuncPrototype, "has", BuiltinsWeakSet::Has, FunctionLength::ONE); in InitializeWeakSet()
1424 SetFunction(env, atomicsObject, "isLockFree", Atomics::IsLockFree, FunctionLength::ONE); in InitializeAtomics()
1450 … env, weakRefFuncPrototype, BuiltinsWeakRef::WeakRefConstructor, "WeakRef", FunctionLength::ONE)); in InitializeWeakRef()
1480 "FinalizationRegistry", FunctionLength::ONE)); in InitializeFinalizationRegistry()
1492 BuiltinsFinalizationRegistry::Unregister, FunctionLength::ONE); in InitializeFinalizationRegistry()
1505 SetFunction(env, mathObject, "abs", Math::Abs, FunctionLength::ONE, BUILTINS_STUB_ID(ABS)); in InitializeMath()
1506 SetFunction(env, mathObject, "acos", Math::Acos, FunctionLength::ONE, BUILTINS_STUB_ID(ACOS)); in InitializeMath()
1507 SetFunction(env, mathObject, "acosh", Math::Acosh, FunctionLength::ONE); in InitializeMath()
1508 SetFunction(env, mathObject, "asin", Math::Asin, FunctionLength::ONE); in InitializeMath()
1509 SetFunction(env, mathObject, "asinh", Math::Asinh, FunctionLength::ONE); in InitializeMath()
1510 SetFunction(env, mathObject, "atan", Math::Atan, FunctionLength::ONE, BUILTINS_STUB_ID(ATAN)); in InitializeMath()
1511 SetFunction(env, mathObject, "atanh", Math::Atanh, FunctionLength::ONE); in InitializeMath()
1513 SetFunction(env, mathObject, "cbrt", Math::Cbrt, FunctionLength::ONE); in InitializeMath()
1514 SetFunction(env, mathObject, "ceil", Math::Ceil, FunctionLength::ONE); in InitializeMath()
1515 SetFunction(env, mathObject, "clz32", Math::Clz32, FunctionLength::ONE); in InitializeMath()
1516 SetFunction(env, mathObject, "cos", Math::Cos, FunctionLength::ONE, BUILTINS_STUB_ID(COS)); in InitializeMath()
1517 SetFunction(env, mathObject, "cosh", Math::Cosh, FunctionLength::ONE); in InitializeMath()
1518 SetFunction(env, mathObject, "exp", Math::Exp, FunctionLength::ONE); in InitializeMath()
1519 SetFunction(env, mathObject, "expm1", Math::Expm1, FunctionLength::ONE); in InitializeMath()
1520 … SetFunction(env, mathObject, "floor", Math::Floor, FunctionLength::ONE, BUILTINS_STUB_ID(FLOOR)); in InitializeMath()
1521 SetFunction(env, mathObject, "fround", Math::Fround, FunctionLength::ONE); in InitializeMath()
1524 SetFunction(env, mathObject, "log", Math::Log, FunctionLength::ONE); in InitializeMath()
1525 SetFunction(env, mathObject, "log1p", Math::Log1p, FunctionLength::ONE); in InitializeMath()
1526 SetFunction(env, mathObject, "log10", Math::Log10, FunctionLength::ONE); in InitializeMath()
1527 SetFunction(env, mathObject, "log2", Math::Log2, FunctionLength::ONE); in InitializeMath()
1532 SetFunction(env, mathObject, "round", Math::Round, FunctionLength::ONE); in InitializeMath()
1533 SetFunction(env, mathObject, "sign", Math::Sign, FunctionLength::ONE); in InitializeMath()
1534 SetFunction(env, mathObject, "sin", Math::Sin, FunctionLength::ONE, BUILTINS_STUB_ID(SIN)); in InitializeMath()
1535 SetFunction(env, mathObject, "sinh", Math::Sinh, FunctionLength::ONE); in InitializeMath()
1536 SetFunction(env, mathObject, "sqrt", Math::Sqrt, FunctionLength::ONE, BUILTINS_STUB_ID(SQRT)); in InitializeMath()
1537 SetFunction(env, mathObject, "tan", Math::Tan, FunctionLength::ONE); in InitializeMath()
1538 SetFunction(env, mathObject, "tanh", Math::Tanh, FunctionLength::ONE); in InitializeMath()
1539 SetFunction(env, mathObject, "trunc", Math::Trunc, FunctionLength::ONE); in InitializeMath()
1592 "String", FunctionLength::ONE)); in InitializeString()
1596 SetFunction(env, stringFuncPrototype, "charAt", BuiltinsString::CharAt, FunctionLength::ONE, in InitializeString()
1598 …etFunction(env, stringFuncPrototype, "charCodeAt", BuiltinsString::CharCodeAt, FunctionLength::ONE, in InitializeString()
1600 …unction(env, stringFuncPrototype, "codePointAt", BuiltinsString::CodePointAt, FunctionLength::ONE); in InitializeString()
1601 SetFunction(env, stringFuncPrototype, "concat", BuiltinsString::Concat, FunctionLength::ONE); in InitializeString()
1602 … SetFunction(env, stringFuncPrototype, "endsWith", BuiltinsString::EndsWith, FunctionLength::ONE); in InitializeString()
1603 … SetFunction(env, stringFuncPrototype, "includes", BuiltinsString::Includes, FunctionLength::ONE); in InitializeString()
1604 SetFunction(env, stringFuncPrototype, "indexOf", BuiltinsString::IndexOf, FunctionLength::ONE, in InitializeString()
1606 …unction(env, stringFuncPrototype, "lastIndexOf", BuiltinsString::LastIndexOf, FunctionLength::ONE); in InitializeString()
1607 …ion(env, stringFuncPrototype, "localeCompare", BuiltinsString::LocaleCompare, FunctionLength::ONE); in InitializeString()
1608 SetFunction(env, stringFuncPrototype, "match", BuiltinsString::Match, FunctionLength::ONE); in InitializeString()
1609 … SetFunction(env, stringFuncPrototype, "matchAll", BuiltinsString::MatchAll, FunctionLength::ONE); in InitializeString()
1610 SetFunction(env, stringFuncPrototype, "repeat", BuiltinsString::Repeat, FunctionLength::ONE); in InitializeString()
1612 … SetFunction(env, stringFuncPrototype, "padStart", BuiltinsString::PadStart, FunctionLength::ONE); in InitializeString()
1613 SetFunction(env, stringFuncPrototype, "padEnd", BuiltinsString::PadEnd, FunctionLength::ONE); in InitializeString()
1616 SetFunction(env, stringFuncPrototype, "search", BuiltinsString::Search, FunctionLength::ONE); in InitializeString()
1619 …tFunction(env, stringFuncPrototype, "startsWith", BuiltinsString::StartsWith, FunctionLength::ONE); in InitializeString()
1640 …etFunction(env, stringFunction, "fromCharCode", BuiltinsString::FromCharCode, FunctionLength::ONE); in InitializeString()
1641 …Function(env, stringFunction, "fromCodePoint", BuiltinsString::FromCodePoint, FunctionLength::ONE); in InitializeString()
1642 SetFunction(env, stringFunction, "raw", BuiltinsString::Raw, FunctionLength::ONE); in InitializeString()
1679 …tFunction(env, asyncItPrototype, "next", BuiltinsAsyncFromSyncIterator::Next, FunctionLength::ONE); in InitializeAsyncFromSyncIterator()
1680 …ction(env, asyncItPrototype, "return", BuiltinsAsyncFromSyncIterator::Return, FunctionLength::ONE); in InitializeAsyncFromSyncIterator()
1681 …unction(env, asyncItPrototype, "throw", BuiltinsAsyncFromSyncIterator::Throw, FunctionLength::ONE); in InitializeAsyncFromSyncIterator()
1706 SetFunction(env, iteratorPrototype, "next", BuiltinsIterator::Next, FunctionLength::ONE); in InitializeIterator()
1708 SetFunction(env, iteratorPrototype, "return", BuiltinsIterator::Return, FunctionLength::ONE); in InitializeIterator()
1710 SetFunction(env, iteratorPrototype, "throw", BuiltinsIterator::Throw, FunctionLength::ONE); in InitializeIterator()
1746 …SetFunction(env, asyncIteratorPrototype, "next", BuiltinsAsyncIterator::Next, FunctionLength::ONE); in InitializeAsyncIterator()
1748 …unction(env, asyncIteratorPrototype, "return", BuiltinsAsyncIterator::Return, FunctionLength::ONE); in InitializeAsyncIterator()
1750 …tFunction(env, asyncIteratorPrototype, "throw", BuiltinsAsyncIterator::Throw, FunctionLength::ONE); in InitializeAsyncIterator()
1775 SetFunction(env, forinIteratorPrototype, "next", JSForInIterator::Next, FunctionLength::ONE); in InitializeForinIterator()
1845 SetFunction(env, regPrototype, "exec", RegExp::Exec, FunctionLength::ONE); in InitializeRegExp()
1846 SetFunction(env, regPrototype, "test", RegExp::Test, FunctionLength::ONE); in InitializeRegExp()
1894 FunctionLength::ONE); in InitializeRegExp()
1896 …ol(env, regPrototype, env->GetMatchSymbol(), "[Symbol.match]", RegExp::Match, FunctionLength::ONE); in InitializeRegExp()
1899 FunctionLength::ONE); in InitializeRegExp()
1927 …inConstructor(env, arrFuncPrototype, BuiltinsArray::ArrayConstructor, "Array", FunctionLength::ONE, in InitializeArray()
1939 SetFunction(env, arrFuncPrototype, "concat", BuiltinsArray::Concat, FunctionLength::ONE); in InitializeArray()
1942 SetFunction(env, arrFuncPrototype, "every", BuiltinsArray::Every, FunctionLength::ONE); in InitializeArray()
1943 SetFunction(env, arrFuncPrototype, "fill", BuiltinsArray::Fill, FunctionLength::ONE); in InitializeArray()
1944 SetFunction(env, arrFuncPrototype, "filter", BuiltinsArray::Filter, FunctionLength::ONE); in InitializeArray()
1945 SetFunction(env, arrFuncPrototype, "find", BuiltinsArray::Find, FunctionLength::ONE); in InitializeArray()
1946 SetFunction(env, arrFuncPrototype, "findIndex", BuiltinsArray::FindIndex, FunctionLength::ONE); in InitializeArray()
1947 SetFunction(env, arrFuncPrototype, "forEach", BuiltinsArray::ForEach, FunctionLength::ONE); in InitializeArray()
1948 SetFunction(env, arrFuncPrototype, "indexOf", BuiltinsArray::IndexOf, FunctionLength::ONE); in InitializeArray()
1949 SetFunction(env, arrFuncPrototype, "join", BuiltinsArray::Join, FunctionLength::ONE); in InitializeArray()
1951 …SetFunction(env, arrFuncPrototype, "lastIndexOf", BuiltinsArray::LastIndexOf, FunctionLength::ONE); in InitializeArray()
1952 SetFunction(env, arrFuncPrototype, "map", BuiltinsArray::Map, FunctionLength::ONE); in InitializeArray()
1954 SetFunction(env, arrFuncPrototype, "push", BuiltinsArray::Push, FunctionLength::ONE); in InitializeArray()
1955 SetFunction(env, arrFuncPrototype, "reduce", BuiltinsArray::Reduce, FunctionLength::ONE); in InitializeArray()
1956 …SetFunction(env, arrFuncPrototype, "reduceRight", BuiltinsArray::ReduceRight, FunctionLength::ONE); in InitializeArray()
1960 SetFunction(env, arrFuncPrototype, "some", BuiltinsArray::Some, FunctionLength::ONE); in InitializeArray()
1961 SetFunction(env, arrFuncPrototype, "sort", BuiltinsArray::Sort, FunctionLength::ONE); in InitializeArray()
1967 SetFunction(env, arrFuncPrototype, "unshift", BuiltinsArray::Unshift, FunctionLength::ONE); in InitializeArray()
1969 SetFunction(env, arrFuncPrototype, "includes", BuiltinsArray::Includes, FunctionLength::ONE); in InitializeArray()
1971 SetFunction(env, arrFuncPrototype, "flatMap", BuiltinsArray::FlatMap, FunctionLength::ONE); in InitializeArray()
1982 SetFunction(env, arrayFunction, "from", BuiltinsArray::From, FunctionLength::ONE); in InitializeArray()
1983 SetFunction(env, arrayFunction, "isArray", BuiltinsArray::IsArray, FunctionLength::ONE); in InitializeArray()
2034 … SetFunction(env, typedArrFuncPrototype, "every", BuiltinsTypedArray::Every, FunctionLength::ONE); in InitializeTypedArray()
2035 SetFunction(env, typedArrFuncPrototype, "fill", BuiltinsTypedArray::Fill, FunctionLength::ONE); in InitializeTypedArray()
2036 …SetFunction(env, typedArrFuncPrototype, "filter", BuiltinsTypedArray::Filter, FunctionLength::ONE); in InitializeTypedArray()
2037 SetFunction(env, typedArrFuncPrototype, "find", BuiltinsTypedArray::Find, FunctionLength::ONE); in InitializeTypedArray()
2038 …ction(env, typedArrFuncPrototype, "findIndex", BuiltinsTypedArray::FindIndex, FunctionLength::ONE); in InitializeTypedArray()
2039 …tFunction(env, typedArrFuncPrototype, "forEach", BuiltinsTypedArray::ForEach, FunctionLength::ONE); in InitializeTypedArray()
2040 …tFunction(env, typedArrFuncPrototype, "indexOf", BuiltinsTypedArray::IndexOf, FunctionLength::ONE); in InitializeTypedArray()
2041 SetFunction(env, typedArrFuncPrototype, "join", BuiltinsTypedArray::Join, FunctionLength::ONE); in InitializeTypedArray()
2043 …n(env, typedArrFuncPrototype, "lastIndexOf", BuiltinsTypedArray::LastIndexOf, FunctionLength::ONE); in InitializeTypedArray()
2044 SetFunction(env, typedArrFuncPrototype, "map", BuiltinsTypedArray::Map, FunctionLength::ONE); in InitializeTypedArray()
2045 …SetFunction(env, typedArrFuncPrototype, "reduce", BuiltinsTypedArray::Reduce, FunctionLength::ONE); in InitializeTypedArray()
2046 …n(env, typedArrFuncPrototype, "reduceRight", BuiltinsTypedArray::ReduceRight, FunctionLength::ONE); in InitializeTypedArray()
2048 SetFunction(env, typedArrFuncPrototype, "set", BuiltinsTypedArray::Set, FunctionLength::ONE); in InitializeTypedArray()
2050 SetFunction(env, typedArrFuncPrototype, "some", BuiltinsTypedArray::Some, FunctionLength::ONE); in InitializeTypedArray()
2051 SetFunction(env, typedArrFuncPrototype, "sort", BuiltinsTypedArray::Sort, FunctionLength::ONE); in InitializeTypedArray()
2056 …unction(env, typedArrFuncPrototype, "includes", BuiltinsTypedArray::Includes, FunctionLength::ONE); in InitializeTypedArray()
2101 SetFunction(env, typedArrayFunction, "from", BuiltinsTypedArray::From, FunctionLength::ONE); in InitializeTypedArray()
2411 …rrayBufferFuncPrototype, ArrayBuffer::ArrayBufferConstructor, "ArrayBuffer", FunctionLength::ONE)); in InitializeArrayBuffer()
2420 SetFunction(env, arrayBufferFunction, "isView", ArrayBuffer::IsView, FunctionLength::ONE); in InitializeArrayBuffer()
2455 …unction(env, reflectObject, "getPrototypeOf", Reflect::ReflectGetPrototypeOf, FunctionLength::ONE); in InitializeReflect()
2457 …SetFunction(env, reflectObject, "isExtensible", Reflect::ReflectIsExtensible, FunctionLength::ONE); in InitializeReflect()
2458 SetFunction(env, reflectObject, "ownKeys", Reflect::ReflectOwnKeys, FunctionLength::ONE); in InitializeReflect()
2459 …n(env, reflectObject, "preventExtensions", Reflect::ReflectPreventExtensions, FunctionLength::ONE); in InitializeReflect()
2489 SharedArrayBuffer::SharedArrayBufferConstructor, "SharedArrayBuffer", FunctionLength::ONE)); in InitializeSharedArrayBuffer()
2499 "IsSharedArrayBuffer", SharedArrayBuffer::IsSharedArrayBuffer, FunctionLength::ONE); in InitializeSharedArrayBuffer()
2530 …nstructor(env, promiseFuncPrototype, Promise::PromiseConstructor, "Promise", FunctionLength::ONE)); in InitializePromise()
2534 SetFunction(env, promiseFunction, "all", Promise::All, FunctionLength::ONE); in InitializePromise()
2535 SetFunction(env, promiseFunction, "race", Promise::Race, FunctionLength::ONE); in InitializePromise()
2536 SetFunction(env, promiseFunction, "resolve", Promise::Resolve, FunctionLength::ONE); in InitializePromise()
2537 SetFunction(env, promiseFunction, "reject", Promise::Reject, FunctionLength::ONE); in InitializePromise()
2538 SetFunction(env, promiseFunction, "any", Promise::Any, FunctionLength::ONE); in InitializePromise()
2539 SetFunction(env, promiseFunction, "allSettled", Promise::AllSettled, FunctionLength::ONE); in InitializePromise()
2542 SetFunction(env, promiseFuncPrototype, "catch", Promise::Catch, FunctionLength::ONE); in InitializePromise()
2544 SetFunction(env, promiseFuncPrototype, "finally", Promise::Finally, FunctionLength::ONE); in InitializePromise()
2637 "DataView", FunctionLength::ONE)); in InitializeDataView()
2641 … SetFunction(env, dataViewFuncPrototype, "getFloat32", DataView::GetFloat32, FunctionLength::ONE); in InitializeDataView()
2642 … SetFunction(env, dataViewFuncPrototype, "getFloat64", DataView::GetFloat64, FunctionLength::ONE); in InitializeDataView()
2643 SetFunction(env, dataViewFuncPrototype, "getInt8", DataView::GetInt8, FunctionLength::ONE); in InitializeDataView()
2644 SetFunction(env, dataViewFuncPrototype, "getInt16", DataView::GetInt16, FunctionLength::ONE); in InitializeDataView()
2645 SetFunction(env, dataViewFuncPrototype, "getInt32", DataView::GetInt32, FunctionLength::ONE); in InitializeDataView()
2646 SetFunction(env, dataViewFuncPrototype, "getUint8", DataView::GetUint8, FunctionLength::ONE); in InitializeDataView()
2647 SetFunction(env, dataViewFuncPrototype, "getUint16", DataView::GetUint16, FunctionLength::ONE); in InitializeDataView()
2648 SetFunction(env, dataViewFuncPrototype, "getUint32", DataView::GetUint32, FunctionLength::ONE); in InitializeDataView()
2649 …SetFunction(env, dataViewFuncPrototype, "getBigInt64", DataView::GetBigInt64, FunctionLength::ONE); in InitializeDataView()
2650 …tFunction(env, dataViewFuncPrototype, "getBigUint64", DataView::GetBigUint64, FunctionLength::ONE); in InitializeDataView()
2896 "GeneratorFunction", FunctionLength::ONE); in InitializeGeneratorFunction()
2942 FunctionLength::ONE); in InitializeAsyncGeneratorFunction()
2979 …env, generatorFuncPrototype, "next", GeneratorObject::GeneratorPrototypeNext, FunctionLength::ONE); in InitializeGenerator()
2981 … generatorFuncPrototype, "return", GeneratorObject::GeneratorPrototypeReturn, FunctionLength::ONE); in InitializeGenerator()
2983 …v, generatorFuncPrototype, "throw", GeneratorObject::GeneratorPrototypeThrow, FunctionLength::ONE); in InitializeGenerator()
3011 FunctionLength::ONE); in InitializeAsyncGenerator()
3014 FunctionLength::ONE); in InitializeAsyncGenerator()
3017 FunctionLength::ONE); in InitializeAsyncGenerator()
3108 …etFunction(env, intlObject, "getCanonicalLocales", Intl::GetCanonicalLocales, FunctionLength::ONE); in InitializeIntl()
3140 …n(env, dtfFunction, "supportedLocalesOf", DateTimeFormat::SupportedLocalesOf, FunctionLength::ONE); in InitializeDateTimeFormat()
3153 …etFunction(env, dtfPrototype, "formatToParts", DateTimeFormat::FormatToParts, FunctionLength::ONE); in InitializeDateTimeFormat()
3183 …v, rtfFunction, "supportedLocalesOf", RelativeTimeFormat::SupportedLocalesOf, FunctionLength::ONE); in InitializeRelativeTimeFormat()
3219 …tion(env, nfFunction, "supportedLocalesOf", NumberFormat::SupportedLocalesOf, FunctionLength::ONE); in InitializeNumberFormat()
3232 … SetFunction(env, nfPrototype, "formatToParts", NumberFormat::FormatToParts, FunctionLength::ONE); in InitializeNumberFormat()
3252 …ewIntlConstructor(env, localePrototype, Locale::LocaleConstructor, "Locale", FunctionLength::ONE)); in InitializeLocale()
3318 …on(env, collatorFunction, "supportedLocalesOf", Collator::SupportedLocalesOf, FunctionLength::ONE); in InitializeCollator()
3353 …ction(env, prFunction, "supportedLocalesOf", PluralRules::SupportedLocalesOf, FunctionLength::ONE); in InitializePluralRules()
3361 SetFunction(env, prPrototype, "select", PluralRules::Select, FunctionLength::ONE); in InitializePluralRules()
3386 …tion(env, dnFunction, "supportedLocalesOf", DisplayNames::SupportedLocalesOf, FunctionLength::ONE); in InitializeDisplayNames()
3394 SetFunction(env, dnPrototype, "of", DisplayNames::Of, FunctionLength::ONE); in InitializeDisplayNames()
3419 …nction(env, lfFunction, "supportedLocalesOf", ListFormat::SupportedLocalesOf, FunctionLength::ONE); in InitializeListFormat()
3427 SetFunction(env, lfPrototype, "format", ListFormat::Format, FunctionLength::ONE); in InitializeListFormat()
3430 SetFunction(env, lfPrototype, "formatToParts", ListFormat::FormatToParts, FunctionLength::ONE); in InitializeListFormat()
3441 …SetFunction(env, tools, "dumpHClass", builtins::BuiltinsArkTools::DumpHClass, FunctionLength::ONE); in InitializeArkTools()
3442 …SetFunction(env, tools, "isTSHClass", builtins::BuiltinsArkTools::IsTSHClass, FunctionLength::ONE); in InitializeArkTools()
3443 … SetFunction(env, tools, "getHClass", builtins::BuiltinsArkTools::GetHClass, FunctionLength::ONE); in InitializeArkTools()
3445 …ction(env, tools, "removeAOTFlag", builtins::BuiltinsArkTools::RemoveAOTFlag, FunctionLength::ONE); in InitializeArkTools()
3450 …tFunction(env, tools, "isPrototype", builtins::BuiltinsArkTools::IsPrototype, FunctionLength::ONE); in InitializeArkTools()
3540 SetFunction(env, cjsModuleFunction, "_load", BuiltinsCjsModule::Load, FunctionLength::ONE); in InitializeCjsModule()
3541 …v, cjsModuleFunction, "_resolveFilename", BuiltinsCjsModule::ResolveFilename, FunctionLength::ONE); in InitializeCjsModule()
3544 … SetFunction(env, cjsModulePrototype, "require", BuiltinsCjsModule::Require, FunctionLength::ONE); in InitializeCjsModule()
3546 BuiltinsCjsModule::GetExportsForCircularRequire, FunctionLength::ONE); in InitializeCjsModule()
3547 …env, cjsModulePrototype, "updateChildren", BuiltinsCjsModule::UpdateChildren, FunctionLength::ONE); in InitializeCjsModule()
3612 FunctionLength::ONE); in InitializeCjsRequire()
3616 SetFunction(env, cjsRequirePrototype, "Main", BuiltinsCjsRequire::Main, FunctionLength::ONE); in InitializeCjsRequire()