Searched defs:scope_type (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/parsing/ |
D | preparsed-scope-data.cc | 32 ScopeType scope_type, in ScopeScope()
|
D | parser-base.h | 666 Scope* NewScope(ScopeType scope_type) const { in NewScope() 673 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent()
|
/external/v8/src/ast/ |
D | scopes.cc | 140 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/ |
D | debug-evaluate.cc | 151 ScopeIterator::ScopeType scope_type = it.Type(); in ContextBuilder() local
|
D | debug-scopes.cc | 214 ScopeType scope_type = Type(); in Next() local
|
/external/selinux/libsepol/tests/ |
D | test-common.c | 29 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/ |
D | builtins-constructor.cc | 326 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/ |
D | js-operator.h | 313 ScopeType scope_type() const { return scope_type_; } in scope_type() function
|
D | js-operator.cc | 247 int slot_count, ScopeType scope_type) in CreateFunctionContextParameters() 1038 ScopeType scope_type) { in CreateFunctionContext()
|
D | js-generic-lowering.cc | 402 ScopeType scope_type = parameters.scope_type(); in LowerJSCreateFunctionContext() local
|
D | js-create-lowering.cc | 844 ScopeType scope_type = parameters.scope_type(); in ReduceJSCreateFunctionContext() local
|
/external/v8/src/ |
D | code-factory.cc | 358 ScopeType scope_type) { in FastNewFunctionContext()
|
D | factory.cc | 967 ScopeType scope_type) { in NewFunctionContext()
|
/external/v8/src/objects/ |
D | scope-info.cc | 403 ScopeType ScopeInfo::scope_type() { in scope_type() function in v8::internal::ScopeInfo
|
/external/python/cpython3/Python/ |
D | compile.c | 428 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/ |
D | compile.c | 363 dictbytype(PyObject *src, int scope_type, int flag, int offset) in dictbytype()
|