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:GET_RETURN_STATUS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/src/
H
A
D
js_native_api_v8.cc
507
return
GET_RETURN_STATUS
(env);
in ConcludeDeferred()
549
return
GET_RETURN_STATUS
(env);
in Unwrap()
1109
return
GET_RETURN_STATUS
(env);
in Wrap()
1659
return
GET_RETURN_STATUS
(env);
in OH_JSVM_CompileScript()
1767
return
GET_RETURN_STATUS
(env);
in OH_JSVM_CompileScriptWithOrigin()
1868
return
GET_RETURN_STATUS
(env);
in OH_JSVM_CompileScriptWithOptions()
1909
return
GET_RETURN_STATUS
(env);
in OH_JSVM_RunScript()
1924
return
GET_RETURN_STATUS
(env);
in OH_JSVM_JsonParse()
1938
return
GET_RETURN_STATUS
(env);
in OH_JSVM_JsonStringify()
2057
return
GET_RETURN_STATUS
(en
in OH_JSVM_OpenInspector()
[all...]
H
A
D
node_api.cc
883
// Omit JSVM_PREAMBLE and
GET_RETURN_STATUS
because V8 calls here cannot throw
in jsvm_open_callback_scope()
898
// Omit JSVM_PREAMBLE and
GET_RETURN_STATUS
because V8 calls here cannot throw
in jsvm_close_callback_scope()
1011
return
GET_RETURN_STATUS
(env);
in jsvm_make_callback()
1033
return
GET_RETURN_STATUS
(env);
in jsvm_create_buffer()
1065
return
GET_RETURN_STATUS
(env);
in OH_JSVM_CreateExternal_buffer()
1092
return
GET_RETURN_STATUS
(env);
in jsvm_create_buffer_copy()
H
A
D
js_native_api_v8.h
363
#define
GET_RETURN_STATUS
(env) \
macro
Completed in 9 milliseconds