Home
last modified time | relevance | path

Searched defs:function_kind (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp63 std::string PandasmDumperUtils::GetFunctionKindString(panda_file::FunctionKind function_kind) in GetFunctionKindString() argument
/third_party/node/deps/v8/src/objects/
H A Dtemplates.cc41 FunctionKind function_kind; in GetOrCreateSharedFunctionInfo() local
H A Dscope-info.cc210 FunctionKind function_kind = FunctionKind::kNormalFunction; in Create() local
1029 FunctionKind ScopeInfo::function_kind() const { in function_kind() function in v8::internal::ScopeInfo
/arkcompiler/runtime_core/assembler/
H A Dassembly-function.h89 panda::panda_file::FunctionKind function_kind = panda::panda_file::FunctionKind::NONE; member
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.h108 FunctionKind function_kind() const { return function_kind_; } in function_kind() function in v8::internal::UnoptimizedCompileFlags
H A Dparser-base.h2513 FunctionKind function_kind = in ParseMemberInitializer() local
3640 FunctionKind function_kind in ParseFunctionExpression() local
1721 ParseIdentifier( FunctionKind function_kind) ParseIdentifier() argument
4197 FunctionKind function_kind = FunctionKindFor(flags); ParseHoistableDeclaration() local
4442 CheckArityRestrictions(int param_count, FunctionKind function_kind, bool has_rest, int formals_start_pos, int formals_end_pos) CheckArityRestrictions() argument
[all...]
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp378 panda_file::FunctionKind function_kind = function.function_kind; in HWTEST_F() local
/third_party/node/deps/v8/src/ast/
H A Dscopes.h867 FunctionKind function_kind() const { return function_kind_; } in function_kind() function in v8::internal::DeclarationScope
1359 FunctionKind function_kind in RecordEvalCall() local
[all...]
H A Dscopes.cc1515 FunctionKind function_kind = scope->AsDeclarationScope()->function_kind(); in GetHomeObjectScope() local
157 DeclarationScope(Zone* zone, Scope* outer_scope, ScopeType scope_type, FunctionKind function_kind) DeclarationScope() argument
1786 Header(ScopeType scope_type, FunctionKind function_kind, bool is_declaration_scope) Header() argument
1904 FunctionKind function_kind = is_function_scope() Print() local
[all...]
/third_party/python/Python/
H A Dspecialize.c1175 function_kind(PyCodeObject *code) { in function_kind() function
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc7191 FunctionKind BytecodeGenerator::function_kind() const { in function_kind() function in v8::internal::interpreter::BytecodeGenerator

Completed in 39 milliseconds