Home
last modified time | relevance | path

Searched defs:end_position (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Dliveedit.h26 int end_position; member
H A Ddebug-scopes.cc376 int ScopeIterator::end_position() { in end_position() function in v8::internal::__anon14467::ScopeChainRetriever::ScopeIterator
H A Ddebug.cc1625 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 Dpending-compilation-error-handler.cc80 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 Dpending-compilation-error-handler.h91 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 Dpreparse-data.cc586 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 Dscanner-character-streams.cc183 size_t end_position() const { return position + length; } in end_position() function
H A Dparser.cc846 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 Dparser-base.h860 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 Dshared-function-info.cc372 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 Djs-function.cc1213 int end_position = class_positions.end(); in ToString() local
H A Dshared-function-info-inl.h848 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 Dast.cc230 int FunctionLiteral::end_position() const { return scope()->end_position(); } in end_position() function in v8::internal::FunctionLiteral
H A Dscopes.h337 int end_position() const { return end_position_; } in end_position() function in v8::internal::Scope
H A Dast.h638 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 Dasm-parser.cc1250 size_t end_position = scanner_.Position(); in ForStatement() local
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc369 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 Dfactory.cc3153 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 Dmark-compact.cc2628 int end_position = shared_info.EndPosition(); in FlushBytecodeFromSFI() local
/third_party/node/deps/v8/src/logging/
H A Dlog.cc1584 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

Completed in 67 milliseconds