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:ValueIsNumber
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H
A
D
jsi.h
217
static bool
ValueIsNumber
(JSIValue value);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H
A
D
jsi_interface_tdd_test.cpp
231
* @tc.steps: step2. call JSI
ValueIsNumber
with Number object
in JSIInterfaceTest006()
233
bool res1 = JSI::
ValueIsNumber
(num);
in JSIInterfaceTest006()
237
* @tc.steps: step3. call JSI
ValueIsNumber
with Undefined object
in JSIInterfaceTest006()
239
bool res2 = JSI::
ValueIsNumber
(undefined);
in JSIInterfaceTest006()
921
* @tc.steps: step2. call JSI
ValueIsNumber
with Number object
in JSIInterfaceTest025()
923
bool res1 = JSI::
ValueIsNumber
(num);
in JSIInterfaceTest025()
927
* @tc.steps: step3. call JSI
ValueIsNumber
with Undefined object
in JSIInterfaceTest025()
929
bool res2 = JSI::
ValueIsNumber
(undefined);
in JSIInterfaceTest025()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H
A
D
jsi.cpp
236
bool JSI::
ValueIsNumber
(JSIValue value)
in ValueIsNumber()
function in OHOS::ACELite::JSI
241
HILOG_ERROR(HILOG_MODULE_ACE, "JSI:
ValueIsNumber
has not been implemented in this js engine!");
in ValueIsNumber()
Completed in 6 milliseconds