Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: src/builtins/builtins-definitions.h

Issue 2801023003: Revert of [inspector] move console to builtins (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/builtins/builtins-console.cc ('k') | src/debug/debug-interface.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 the V8 project authors. All rights reserved. 1 // Copyright 2017 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_BUILTINS_BUILTINS_DEFINITIONS_H_ 5 #ifndef V8_BUILTINS_BUILTINS_DEFINITIONS_H_
6 #define V8_BUILTINS_BUILTINS_DEFINITIONS_H_ 6 #define V8_BUILTINS_BUILTINS_DEFINITIONS_H_
7 7
8 namespace v8 { 8 namespace v8 {
9 namespace internal { 9 namespace internal {
10 10
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 CPP(CallSitePrototypeGetPosition) \ 328 CPP(CallSitePrototypeGetPosition) \
329 CPP(CallSitePrototypeGetScriptNameOrSourceURL) \ 329 CPP(CallSitePrototypeGetScriptNameOrSourceURL) \
330 CPP(CallSitePrototypeGetThis) \ 330 CPP(CallSitePrototypeGetThis) \
331 CPP(CallSitePrototypeGetTypeName) \ 331 CPP(CallSitePrototypeGetTypeName) \
332 CPP(CallSitePrototypeIsConstructor) \ 332 CPP(CallSitePrototypeIsConstructor) \
333 CPP(CallSitePrototypeIsEval) \ 333 CPP(CallSitePrototypeIsEval) \
334 CPP(CallSitePrototypeIsNative) \ 334 CPP(CallSitePrototypeIsNative) \
335 CPP(CallSitePrototypeIsToplevel) \ 335 CPP(CallSitePrototypeIsToplevel) \
336 CPP(CallSitePrototypeToString) \ 336 CPP(CallSitePrototypeToString) \
337 \ 337 \
338 /* Console */ \
339 CPP(ConsoleDebug) \
340 CPP(ConsoleError) \
341 CPP(ConsoleInfo) \
342 CPP(ConsoleLog) \
343 CPP(ConsoleWarn) \
344 CPP(ConsoleDir) \
345 CPP(ConsoleDirXml) \
346 CPP(ConsoleTable) \
347 CPP(ConsoleTrace) \
348 CPP(ConsoleGroup) \
349 CPP(ConsoleGroupCollapsed) \
350 CPP(ConsoleGroupEnd) \
351 CPP(ConsoleClear) \
352 CPP(ConsoleCount) \
353 CPP(ConsoleAssert) \
354 CPP(ConsoleMarkTimeline) \
355 CPP(ConsoleProfile) \
356 CPP(ConsoleProfileEnd) \
357 CPP(ConsoleTimeline) \
358 CPP(ConsoleTimelineEnd) \
359 CPP(ConsoleTime) \
360 CPP(ConsoleTimeEnd) \
361 CPP(ConsoleTimeStamp) \
362 \
363 /* DataView */ \ 338 /* DataView */ \
364 CPP(DataViewConstructor) \ 339 CPP(DataViewConstructor) \
365 CPP(DataViewConstructor_ConstructStub) \ 340 CPP(DataViewConstructor_ConstructStub) \
366 CPP(DataViewPrototypeGetBuffer) \ 341 CPP(DataViewPrototypeGetBuffer) \
367 CPP(DataViewPrototypeGetByteLength) \ 342 CPP(DataViewPrototypeGetByteLength) \
368 CPP(DataViewPrototypeGetByteOffset) \ 343 CPP(DataViewPrototypeGetByteOffset) \
369 CPP(DataViewPrototypeGetInt8) \ 344 CPP(DataViewPrototypeGetInt8) \
370 CPP(DataViewPrototypeSetInt8) \ 345 CPP(DataViewPrototypeSetInt8) \
371 CPP(DataViewPrototypeGetUint8) \ 346 CPP(DataViewPrototypeGetUint8) \
372 CPP(DataViewPrototypeSetUint8) \ 347 CPP(DataViewPrototypeSetUint8) \
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 #define BUILTIN_LIST_DBG(V) \ 1004 #define BUILTIN_LIST_DBG(V) \
1030 BUILTIN_LIST(IGNORE_BUILTIN, IGNORE_BUILTIN, IGNORE_BUILTIN, IGNORE_BUILTIN, \ 1005 BUILTIN_LIST(IGNORE_BUILTIN, IGNORE_BUILTIN, IGNORE_BUILTIN, IGNORE_BUILTIN, \
1031 IGNORE_BUILTIN, IGNORE_BUILTIN, V) 1006 IGNORE_BUILTIN, IGNORE_BUILTIN, V)
1032 1007
1033 #define BUILTINS_WITH_UNTAGGED_PARAMS(V) V(WasmCompileLazy) 1008 #define BUILTINS_WITH_UNTAGGED_PARAMS(V) V(WasmCompileLazy)
1034 1009
1035 } // namespace internal 1010 } // namespace internal
1036 } // namespace v8 1011 } // namespace v8
1037 1012
1038 #endif // V8_BUILTINS_BUILTINS_DEFINITIONS_H_ 1013 #endif // V8_BUILTINS_BUILTINS_DEFINITIONS_H_
OLDNEW
« no previous file with comments | « src/builtins/builtins-console.cc ('k') | src/debug/debug-interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698