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:JSVM_Env__
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/src/
H
A
D
js_native_api_v8.h
86
struct
JSVM_Env__
{
struct
87
explicit
JSVM_Env__
(v8::Local<v8::Context> context,
in JSVM_Env__()
function
96
explicit
JSVM_Env__
(v8::Isolate* isolate, int32_t module_api_version);
107
static_cast<
JSVM_Env__
*>(data)->RunAndClearInterrupts();
in RequestInterrupt()
224
// have such a callback. See `~
JSVM_Env__
()` above for details.
241
typedef node::CallbackQueue<void,
JSVM_Env__
*> NativeImmediateQueue;
246
// Should not be deleted directly. Delete with `
JSVM_Env__
::DeleteMe()`
248
virtual ~
JSVM_Env__
() = default;
H
A
D
node_api_internals.h
11
struct node_jsvm_env__ : public
JSVM_Env__
{
H
A
D
js_native_api_v8_inspector.h
55
using Environment =
JSVM_Env__
;
H
A
D
jsvm_types.h
94
typedef struct
JSVM_Env__
* JSVM_Env;
H
A
D
node_api.cc
25
:
JSVM_Env__
(context, module_api_version), filename(module_filename) {
in node_jsvm_env__()
32
JSVM_Env__
::DeleteMe();
in DeleteMe()
52
JSVM_Env__
::EnqueueFinalizer(finalizer);
in EnqueueFinalizer()
H
A
D
js_native_api_v8.cc
90
JSVM_Env__
::
JSVM_Env__
(v8::Isolate* isolate, int32_t module_api_version)
in JSVM_Env__()
function in JSVM_Env__
96
void
JSVM_Env__
::DeleteMe() {
in DeleteMe()
114
void
JSVM_Env__
::RunAndClearInterrupts() {
in RunAndClearInterrupts()
128
void
JSVM_Env__
::InvokeFinalizerFromGC(v8impl::RefTracker* finalizer) {
in InvokeFinalizerFromGC()
1354
v8::Platform*
JSVM_Env__
::platform() {
in platform()
1528
auto env = new
JSVM_Env__
(isolate, NODE_API_DEFAULT_MODULE_API_VERSION);
in OH_JSVM_CreateEnv()
1592
auto env = new
JSVM_Env__
(isolate, NODE_API_DEFAULT_MODULE_API_VERSION);
in OH_JSVM_CreateEnvFromSnapshot()
Completed in 13 milliseconds