Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc390 ScopeType scope_type) { in DeclaresLocals()
451 ScopeType scope_type = Type(); in Next() local
564 ScopeType scope_type) { in ScopeObject()
Ddebug-evaluate.cc236 ScopeIterator::ScopeType scope_type = scope_iterator_.Type(); in ContextBuilder() local
/third_party/node/deps/v8/src/ast/
Dscopes.cc105 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/
Dtest-common.c32 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/
Dcode-factory.cc140 ScopeType scope_type) { in FastNewFunctionContext()
/third_party/node/deps/v8/src/compiler/
Djs-operator.h367 int slot_count, ScopeType scope_type) in CreateFunctionContextParameters()
376 ScopeType scope_type() const { return scope_type_; } in scope_type() function
Djs-generic-lowering.cc678 ScopeType scope_type = parameters.scope_type(); in LowerJSCreateFunctionContext() local
Djs-create-lowering.cc1217 ScopeType scope_type = parameters.scope_type(); in ReduceJSCreateFunctionContext() local
Djs-operator.cc1426 const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) { in CreateFunctionContext()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor-gen.cc344 ScopeType scope_type) { in FastNewFunctionContext()
/third_party/node/deps/v8/src/objects/
Dscope-info.cc660 ScopeType ScopeInfo::scope_type() const { in scope_type() function in v8::internal::ScopeInfo
/third_party/python/Python/
Dcompile.c509 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/
Dweb-snapshot.cc1697 ScopeType scope_type; in CreateScopeInfo() local
/third_party/node/deps/v8/src/parsing/
Dparser-base.h796 Scope* NewScope(ScopeType scope_type) const { in NewScope()
803 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent()