Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsBigInt
(Results
1 - 25
of
45
) sorted by relevance
1
2
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H
A
D
builtins_bigint_test.cpp
86
EXPECT_TRUE(result.
IsBigInt
());
in HWTEST_F_L0()
97
EXPECT_TRUE(result.
IsBigInt
());
in HWTEST_F_L0()
108
EXPECT_TRUE(result.
IsBigInt
());
in HWTEST_F_L0()
125
EXPECT_TRUE(result.
IsBigInt
());
in HWTEST_F_L0()
141
EXPECT_TRUE(result.
IsBigInt
());
in HWTEST_F_L0()
158
EXPECT_TRUE(result.
IsBigInt
());
in HWTEST_F_L0()
331
ASSERT_TRUE(bigint->
IsBigInt
());
in HWTEST_F_L0()
337
ASSERT_TRUE(bigint->
IsBigInt
());
in HWTEST_F_L0()
344
ASSERT_TRUE(bigint->
IsBigInt
());
in HWTEST_F_L0()
350
ASSERT_TRUE(bigint->
IsBigInt
());
in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_primitive_ref.h
44
bool
IsBigInt
() const
in IsBigInt()
function in panda::ecmascript::JSPrimitiveRef
46
return GetValue().
IsBigInt
();
in IsBigInt()
H
A
D
js_tagged_value.cpp
66
if (
IsBigInt
()) {
in ToBoolean()
118
if (tagged.
IsBigInt
()) {
in ToNumber()
155
if (value->
IsBigInt
()) {
in ToBigInt()
165
if (primValue->
IsBigInt
()) {
in ToBigInt()
438
if (x->
IsBigInt
()) {
in Equal()
465
if (y->
IsBigInt
()) {
in EqualNumber()
496
if (y->
IsBigInt
()) {
in EqualString()
513
if (y->
IsBigInt
() || y->IsString()) {
in EqualSymbol()
527
if (y->
IsBigInt
()) {
in EqualBigInt()
532
if (!yNumber->
IsBigInt
()) {
in EqualBigInt()
[all...]
H
A
D
js_tagged_value-inl.h
98
if (x.
IsBigInt
() && y.
IsBigInt
()) {
in SameValue()
127
if (x.
IsBigInt
() && y.
IsBigInt
()) {
in SameValueZero()
187
if (x.
IsBigInt
() && y.
IsBigInt
()) {
in StrictEqual()
246
inline bool JSTaggedValue::
IsBigInt
() const
in IsBigInt()
function in panda::ecmascript::JSTaggedValue
248
return IsHeapObject() && GetTaggedObject()->GetClass()->
IsBigInt
();
in IsBigInt()
H
A
D
jsnapi_sendable.cpp
134
if (valueHandle->
IsBigInt
()) {
in GetSharedFieldType()
H
A
D
tagged_node.h
77
if (key.
IsBigInt
()) {
in Hash()
H
A
D
js_locale.cpp
717
ASSERT(x.IsNumber() || x.
IsBigInt
());
in GetNumberFieldType()
721
number = x.
IsBigInt
() ? number : x.GetNumber();
in GetNumberFieldType()
722
if (x.
IsBigInt
() || std::isfinite(number)) {
in GetNumberFieldType()
740
if (x.
IsBigInt
()) {
in GetNumberFieldType()
H
A
D
js_number_format.cpp
795
if (x.
IsBigInt
()) {
in FormatNumeric()
825
ASSERT(x.IsNumber() || x.
IsBigInt
());
in GroupToParts()
919
ASSERT(x.IsNumber() || x.
IsBigInt
());
in FormatNumericToParts()
925
if (x.
IsBigInt
()) {
in FormatNumericToParts()
H
A
D
js_bigint.cpp
625
} else if (!bigint->
IsBigInt
()) {
in BigIntToInt64()
648
} else if (!bigint->
IsBigInt
()) {
in BigIntToUint64()
1111
ASSERT(result.GetTaggedValue().
IsBigInt
());
in Exponentiate()
1490
ASSERT(quotient.GetTaggedValue().
IsBigInt
());
in Divide()
1517
ASSERT(remainder.GetTaggedValue().
IsBigInt
());
in Remainder()
H
A
D
linked_hash_table.cpp
278
if (key.
IsBigInt
()) {
in Hash()
H
A
D
js_bigint.h
46
CAST_CHECK(BigInt,
IsBigInt
);
H
A
D
js_stable_array.cpp
978
ASSERT(searchElement.
IsBigInt
());
985
if (!curValue.
IsBigInt
()) {
1000
} else if (searchElement.
IsBigInt
()) {
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
fast_runtime_stub-inl.h
117
if (left.
IsBigInt
() && right.
IsBigInt
()) {
in FastEqual()
149
if (left.
IsBigInt
()) {
in FastStrictEqual()
150
if (right.
IsBigInt
()) {
in FastStrictEqual()
155
if (right.
IsBigInt
()) {
in FastStrictEqual()
255
if (obj.
IsBigInt
()) {
in FastTypeOf()
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs-inl.h
63
if (inputVal->
IsBigInt
()) {
in RuntimeInc()
75
if (inputVal->
IsBigInt
()) {
in RuntimeDec()
91
if (valBase->
IsBigInt
() || valExponent->
IsBigInt
()) {
in RuntimeExp()
92
if (valBase->
IsBigInt
() && valExponent->
IsBigInt
()) {
in RuntimeExp()
819
if (inputVal->
IsBigInt
()) {
in RuntimeNeg()
845
if (inputVal->
IsBigInt
()) {
in RuntimeNot()
1870
if (valLeft->
IsBigInt
() || valRight->
IsBigInt
()) {
in RuntimeAdd2()
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_stubs.cpp
113
if (UNLIKELY(ecls1->
IsBigInt
())) {
in EtsValueTypedEquals()
114
return ecls2->
IsBigInt
() && EtsBigIntEquality(EtsBigInt::FromEtsObject(obj1), EtsBigInt::FromEtsObject(obj2));
in EtsValueTypedEquals()
149
if (cls->
IsBigInt
()) {
in EtsGetTypeof()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_bigint.h
32
ASSERT(etsObj->GetClass()->
IsBigInt
());
in FromEtsObject()
H
A
D
ets_class.h
455
[[nodiscard]] bool
IsBigInt
() const
in IsBigInt()
function in ark::ets::EtsClass
H
A
D
ets_class.cpp
414
ASSERT(
IsBigInt
());
in SetBigInt()
/arkcompiler/ets_runtime/ecmascript/base/
H
A
D
fast_json_stringifier.cpp
38
if (handleValue_->IsECMAObject() || handleValue_->
IsBigInt
()) {
in Stringify()
221
if (UNLIKELY(valueHandle->IsECMAObject() || valueHandle->
IsBigInt
())) {
in SerializeJSONObject()
309
if (UNLIKELY(valHandle->IsECMAObject() || valHandle->
IsBigInt
())) {
in SerializeJSProxy()
359
if (handleValue_->IsECMAObject() || handleValue_->
IsBigInt
()) {
in SerializeJSArray()
395
} else if (primitive.
IsBigInt
()) {
in SerializePrimitiveRef()
712
if (handleValue_->IsECMAObject() || handleValue_->
IsBigInt
()) {
in AppendJsonString()
734
if (handleValue_->IsECMAObject() || handleValue_->
IsBigInt
()) {
in FastAppendJsonString()
953
if (handleValue_->IsECMAObject() || handleValue_->
IsBigInt
()) {
in AppendJsonString()
H
A
D
json_stringifier.cpp
185
if (value->IsECMAObject() || value->
IsBigInt
()) {
in GetSerializeValue()
604
} else if (primitive.
IsBigInt
()) {
in SerializePrimitiveRef()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_bigint.cpp
212
if (value->
IsBigInt
()) {
in ThisBigIntValue()
219
if (primitive.
IsBigInt
()) {
in ThisBigIntValue()
H
A
D
builtins_math.cpp
611
if (baseVale->
IsBigInt
() || exponentValue->
IsBigInt
()) {
in Pow()
612
if (baseVale->
IsBigInt
() && exponentValue->
IsBigInt
()) {
in Pow()
H
A
D
builtins_number.cpp
49
if (numericVal->
IsBigInt
()) {
in NumberConstructor()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefobject_fuzzer/
H
A
D
jsvaluerefobject_fuzzer.cpp
54
[[maybe_unused]]bool res = intValue->
IsBigInt
(vm);
in JSValueRefIsBigIntFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
jsnapi_first_tests.cpp
1536
EXPECT_TRUE(maxBigintUint64->
IsBigInt
(vm_));
in HWTEST_F_L0()
1544
EXPECT_TRUE(minBigintUint64->
IsBigInt
(vm_));
in HWTEST_F_L0()
1555
EXPECT_TRUE(maxBigintInt64->
IsBigInt
(vm_));
in HWTEST_F_L0()
1563
EXPECT_TRUE(minBigintInt64->
IsBigInt
(vm_));
in HWTEST_F_L0()
1575
*
IsBigInt
:Determine if it is bigint
1590
EXPECT_TRUE(bigWords->
IsBigInt
(vm_));
in HWTEST_F_L0()
1856
EXPECT_TRUE(maxBigintUint64->
IsBigInt
(vm_));
in HWTEST_F_L0()
1877
EXPECT_TRUE(maxBigintUint64->
IsBigInt
(vm_));
in HWTEST_F_L0()
Completed in 38 milliseconds
1
2