Home
last modified time | relevance | path

Searched defs:scope_type (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/parsing/
Dpreparsed-scope-data.cc32 ScopeType scope_type, in ScopeScope()
Dparser-base.h666 Scope* NewScope(ScopeType scope_type) const { in NewScope()
673 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent()
/external/v8/src/ast/
Dscopes.cc140 Scope::Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type) in Scope()
175 ScopeType scope_type, in DeclarationScope()
242 Scope::Scope(Zone* zone, ScopeType scope_type, Handle<ScopeInfo> scope_info) in Scope()
259 DeclarationScope::DeclarationScope(Zone* zone, ScopeType scope_type, in DeclarationScope()
1512 const char* Header(ScopeType scope_type, FunctionKind function_kind, in Header()
/external/v8/src/debug/
Ddebug-evaluate.cc151 ScopeIterator::ScopeType scope_type = it.Type(); in ContextBuilder() local
Ddebug-scopes.cc214 ScopeType scope_type = Type(); in Next() local
/external/selinux/libsepol/tests/
Dtest-common.c29 void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsig… in test_sym_presence()
/external/v8/src/builtins/
Dbuiltins-constructor.cc326 Node* function, Node* slots, Node* context, ScopeType scope_type) { in EmitFastNewFunctionContext()
401 Handle<Code> Builtins::NewFunctionContext(ScopeType scope_type) { in NewFunctionContext()
/external/v8/src/compiler/
Djs-operator.h313 ScopeType scope_type() const { return scope_type_; } in scope_type() function
Djs-operator.cc247 int slot_count, ScopeType scope_type) in CreateFunctionContextParameters()
1038 ScopeType scope_type) { in CreateFunctionContext()
Djs-generic-lowering.cc402 ScopeType scope_type = parameters.scope_type(); in LowerJSCreateFunctionContext() local
Djs-create-lowering.cc844 ScopeType scope_type = parameters.scope_type(); in ReduceJSCreateFunctionContext() local
/external/v8/src/
Dcode-factory.cc358 ScopeType scope_type) { in FastNewFunctionContext()
Dfactory.cc967 ScopeType scope_type) { in NewFunctionContext()
/external/v8/src/objects/
Dscope-info.cc403 ScopeType ScopeInfo::scope_type() { in scope_type() function in v8::internal::ScopeInfo
/external/python/cpython3/Python/
Dcompile.c428 dictbytype(PyObject *src, int scope_type, int flag, Py_ssize_t offset) in dictbytype()
533 int scope_type, void *key, int lineno) in compiler_enter_scope()
1821 int scope_type; in compiler_function() local
/external/python/cpython2/Python/
Dcompile.c363 dictbytype(PyObject *src, int scope_type, int flag, int offset) in dictbytype()