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:exports_object
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/asmjs/
H
A
D
asm-js.cc
424
DCHECK(instance->
exports_object
().IsJSObject());
in InstantiateAsmWasm()
425
return handle(instance->
exports_object
(), isolate);
in InstantiateAsmWasm()
/third_party/node/deps/v8/src/wasm/
H
A
D
module-instantiate.cc
1784
Handle<JSObject>
exports_object
;
in ProcessExports()
local
1790
exports_object
= isolate_->factory()->NewJSObject(object_function);
in ProcessExports()
1794
exports_object
= isolate_->factory()->NewJSObjectWithNullProto();
in ProcessExports()
1796
instance->set_exports_object(*
exports_object
);
in ProcessExports()
1807
Handle<JSObject> export_to =
exports_object
;
in ProcessExports()
1928
JSReceiver::SetIntegrityLevel(
exports_object
, FROZEN, kDontThrow);
in ProcessExports()
H
A
D
wasm-objects-inl.h
231
ACCESSORS(WasmInstanceObject,
exports_object
, JSObject, kExportsObjectOffset)
H
A
D
wasm-objects.h
322
DECL_ACCESSORS(
exports_object
, JSObject)
H
A
D
wasm-js.cc
1970
i::Handle<i::JSObject>
exports_object
(receiver->
exports_object
(), i_isolate);
in WebAssemblyInstanceGetExports()
1971
args.GetReturnValue().Set(Utils::ToLocal(
exports_object
));
in WebAssemblyInstanceGetExports()
H
A
D
c-api.cc
2196
i::Handle<i::JSObject> exports_obj(instance_obj->
exports_object
(), isolate);
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-printer.cc
1924
os << "\n -
exports_object
: " << Brief(
exports_object
());
in WasmInstanceObjectPrint()
Completed in 25 milliseconds