/third_party/node/deps/v8/src/debug/ |
H A D | liveedit.h | 26 int end_position; member
|
H A D | debug-scopes.cc | 376 int ScopeIterator::end_position() { in end_position() function in v8::internal::__anon14467::ScopeChainRetriever::ScopeIterator
|
H A D | debug.cc | 1625 void GetBreakablePositions(Iterator* it, int start_position, int end_position, in GetBreakablePositions() argument 1780 const int end_position = outer_shared->EndPosition(); in FindClosestSharedFunctionInfoFromPosition() local 1635 FindBreakablePositions(Handle<DebugInfo> debug_info, int start_position, int end_position, std::vector<BreakLocation>* locations) FindBreakablePositions() argument 1663 GetPossibleBreakpoints(Handle<Script> script, int start_position, int end_position, bool restrict_to_function, std::vector<BreakLocation>* locations) GetPossibleBreakpoints() argument 1806 FindSharedFunctionInfosIntersectingRange( Handle<Script> script, int start_position, int end_position, std::vector<Handle<SharedFunctionInfo>>* intersecting_shared) FindSharedFunctionInfosIntersectingRange() argument [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | pending-compilation-error-handler.cc | 80 ReportMessageAt(int start_position, int end_position, MessageTemplate message, const char* arg) ReportMessageAt() argument 90 ReportMessageAt(int start_position, int end_position, MessageTemplate message, const AstRawString* arg) ReportMessageAt() argument 100 ReportMessageAt(int start_position, int end_position, MessageTemplate message, const AstRawString* arg0, const char* arg1) ReportMessageAt() argument 111 ReportWarningAt(int start_position, int end_position, MessageTemplate message, const char* arg) ReportWarningAt() argument
|
H A D | pending-compilation-error-handler.h | 91 MessageDetails(int start_position, int end_position, in MessageDetails() argument 97 MessageDetails(int start_position, int end_position, in MessageDetails() argument 107 MessageDetails(int start_position, int end_position, in MessageDetails() argument [all...] |
H A D | preparse-data.cc | 586 GetDataForSkippableFunction( Zone* zone, int start_position, int* end_position, int* num_parameters, int* function_length, int* num_inner_functions, bool* uses_super_property, LanguageMode* language_mode) GetDataForSkippableFunction() argument
|
H A D | scanner-character-streams.cc | 183 size_t end_position() const { return position + length; } in end_position() function
|
H A D | parser.cc | 846 int end_position = shared_info->EndPosition(); in ParseFunction() local 939 DoParseFunction(Isolate* isolate, ParseInfo* info, int start_position, int end_position, int function_literal_id, const AstRawString* raw_name) DoParseFunction() argument 1078 DoParseDeserializedFunction( Isolate* isolate, MaybeHandle<ScopeInfo> maybe_outer_scope_info, ParseInfo* info, int start_position, int end_position, int function_literal_id, const AstRawString* raw_name) DoParseDeserializedFunction() argument 2843 int end_position; SkipFunction() local 3415 ParseOnBackground(LocalIsolate* isolate, ParseInfo* info, int start_position, int end_position, int function_literal_id) ParseOnBackground() argument [all...] |
H A D | parser-base.h | 860 int end_position() const { return scanner_->location().end_pos; } in end_position() function in v8::internal::ParseFunctionFlag::ParserBase [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info.cc | 372 int end_position = shared_info->EndPosition(); in DiscardCompiled() local 698 void SharedFunctionInfo::SetPosition(int start_position, int end_position) { in SetPosition() argument [all...] |
H A D | js-function.cc | 1213 int end_position = class_positions.end(); in ToString() local
|
H A D | shared-function-info-inl.h | 848 InitAfterBytecodeFlush( String inferred_name, int start_position, int end_position, std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)> gc_notify_updated_slot) InitAfterBytecodeFlush() argument
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 230 int FunctionLiteral::end_position() const { return scope()->end_position(); } in end_position() function in v8::internal::FunctionLiteral
|
H A D | scopes.h | 337 int end_position() const { return end_position_; } in end_position() function in v8::internal::Scope
|
H A D | ast.h | 638 int end_position() const { return end_position_; } in end_position() function in v8::internal::final 644 ReturnStatement(Expression* expression, Type type, int pos, int end_position) in ReturnStatement() argument 2491 int end_position() const { return end_position_; } in end_position() function in v8::internal::final 2520 ClassLiteral(ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<Property>* public_members, ZonePtrList<Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) ClassLiteral() argument 2897 NewAsyncReturnStatement(Expression* expression, int pos, int end_position) NewAsyncReturnStatement() argument 3271 NewClassLiteral( ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<ClassLiteral::Property>* public_members, ZonePtrList<ClassLiteral::Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) NewClassLiteral() argument [all...] |
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.cc | 1250 size_t end_position = scanner_.Position(); in ForStatement() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-base.cc | 369 NewUncompiledDataWithoutPreparseData( Handle<String> inferred_name, int32_t start_position, int32_t end_position) NewUncompiledDataWithoutPreparseData() argument 378 NewUncompiledDataWithPreparseData( Handle<String> inferred_name, int32_t start_position, int32_t end_position, Handle<PreparseData> preparse_data) NewUncompiledDataWithPreparseData() argument 388 NewUncompiledDataWithoutPreparseDataWithJob( Handle<String> inferred_name, int32_t start_position, int32_t end_position) NewUncompiledDataWithoutPreparseDataWithJob() argument 401 NewUncompiledDataWithPreparseDataAndJob( Handle<String> inferred_name, int32_t start_position, int32_t end_position, Handle<PreparseData> preparse_data) NewUncompiledDataWithPreparseDataAndJob() argument
|
H A D | factory.cc | 3153 NewJSMessageObject( MessageTemplate message, Handle<Object> argument, int start_position, int end_position, Handle<SharedFunctionInfo> shared_info, int bytecode_offset, Handle<Script> script, Handle<Object> stack_frames) NewJSMessageObject() argument
|
H A D | mark-compact.cc | 2628 int end_position = shared_info.EndPosition(); in FlushBytecodeFromSFI() local
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 1584 AppendFunctionMessage(Log::MessageBuilder& msg, const char* reason, int script_id, double time_delta, int start_position, int end_position, uint64_t time) AppendFunctionMessage() argument 1599 FunctionEvent(const char* reason, int script_id, double time_delta, int start_position, int end_position, String function_name) FunctionEvent() argument 1610 FunctionEvent(const char* reason, int script_id, double time_delta, int start_position, int end_position, const char* function_name, size_t function_name_length, bool is_one_byte) FunctionEvent() argument
|