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:extension_object
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/debug/
H
A
D
debug-scopes.cc
956
if (context_->
extension_object
().is_null()) return;
in VisitLocalScope()
957
Handle<JSObject> extension(context_->
extension_object
(), isolate_);
in VisitLocalScope()
1053
DCHECK(context_->
extension_object
().IsJSContextExtensionObject());
in SetContextExtensionValue()
1054
Handle<JSObject> ext(context_->
extension_object
(), isolate_);
in SetContextExtensionValue()
/third_party/node/deps/v8/src/objects/
H
A
D
contexts.cc
124
JSObject Context::
extension_object
() const {
in extension_object()
function in v8::internal::Context
137
return IsWithContext() ? JSReceiver::cast(extension()) :
extension_object
();
in extension_receiver()
H
A
D
contexts.h
594
JSObject
extension_object
() const;
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-scopes.cc
297
object = handle(context->
extension_object
(), isolate);
in DeclareEvalHelper()
597
Handle<JSReceiver>
extension_object
= args.at<JSReceiver>(0);
in RUNTIME_FUNCTION()
local
601
extension_object
);
in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/interpreter/
H
A
D
bytecode-generator.cc
6894
Register
extension_object
= register_allocator()->NewRegister();
in BuildNewLocalWithContext()
local
6896
builder()->ToObject(
extension_object
);
in BuildNewLocalWithContext()
6897
builder()->CreateWithContext(
extension_object
, scope);
in BuildNewLocalWithContext()
Completed in 16 milliseconds