Searched defs:scope_type (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/debug/ |
D | debug-scopes.cc | 390 ScopeType scope_type) { in DeclaresLocals() 451 ScopeType scope_type = Type(); in Next() local 564 ScopeType scope_type) { in ScopeObject()
|
D | debug-evaluate.cc | 236 ScopeIterator::ScopeType scope_type = scope_iterator_.Type(); in ContextBuilder() local
|
/third_party/node/deps/v8/src/ast/ |
D | scopes.cc | 105 Scope::Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type) in Scope() 158 ScopeType scope_type, in DeclarationScope() 238 Scope::Scope(Zone* zone, ScopeType scope_type, in Scope() 271 DeclarationScope::DeclarationScope(Zone* zone, ScopeType scope_type, in DeclarationScope() 1786 const char* Header(ScopeType scope_type, FunctionKind function_kind, in Header()
|
/third_party/selinux/libsepol/tests/ |
D | test-common.c | 32 void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsig… in test_sym_presence()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-factory.cc | 140 ScopeType scope_type) { in FastNewFunctionContext()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-operator.h | 367 int slot_count, ScopeType scope_type) in CreateFunctionContextParameters() 376 ScopeType scope_type() const { return scope_type_; } in scope_type() function
|
D | js-generic-lowering.cc | 678 ScopeType scope_type = parameters.scope_type(); in LowerJSCreateFunctionContext() local
|
D | js-create-lowering.cc | 1217 ScopeType scope_type = parameters.scope_type(); in ReduceJSCreateFunctionContext() local
|
D | js-operator.cc | 1426 const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) { in CreateFunctionContext()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-constructor-gen.cc | 344 ScopeType scope_type) { in FastNewFunctionContext()
|
/third_party/node/deps/v8/src/objects/ |
D | scope-info.cc | 660 ScopeType ScopeInfo::scope_type() const { in scope_type() function in v8::internal::ScopeInfo
|
/third_party/python/Python/ |
D | compile.c | 509 dictbytype(PyObject *src, int scope_type, int flag, Py_ssize_t offset) in dictbytype() 609 int scope_type, void *key, int lineno) in compiler_enter_scope() 2328 int scope_type; in compiler_function() local
|
/third_party/node/deps/v8/src/web-snapshot/ |
D | web-snapshot.cc | 1697 ScopeType scope_type; in CreateScopeInfo() local
|
/third_party/node/deps/v8/src/parsing/ |
D | parser-base.h | 796 Scope* NewScope(ScopeType scope_type) const { in NewScope() 803 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent()
|