v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
scopes.cc File Reference
Include dependency graph for scopes.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

template Variablev8::internal::Scope::Lookup< Scope::kParsedScope > (VariableProxy *proxy, Scope *scope, Scope *outer_scope_end, Scope *cache_scope, bool force_context_allocation)
 
template Variablev8::internal::Scope::Lookup< Scope::kDeserializedScope > (VariableProxy *proxy, Scope *scope, Scope *outer_scope_end, Scope *cache_scope, bool force_context_allocation)
 
bool v8::internal::IsComplementaryAccessorPair (VariableMode a, VariableMode b)