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

Unified Diff: src/runtime/runtime.h

Issue 799803003: Fix ArrayConcat for JSValues/JSFunctions/JSRegExps with @@isConcatSpreadable (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/runtime/runtime-array.cc » ('j') | src/runtime/runtime-array.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 9e6c495162c81fd5532b6b8a26b5d286c30d0e24..d745a5b4d41a85a8da7af99c34b98c3f4defb005 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -851,6 +851,9 @@ class Runtime : public AllStatic {
static void FreeArrayBuffer(Isolate* isolate,
JSArrayBuffer* phantom_array_buffer);
+ static Handle<JSArray> StringToArray(Isolate* isolate, Handle<String> string,
+ uint32_t limit = 0xFFFFFFFF);
+
static int FindIndexedNonNativeFrame(JavaScriptFrameIterator* it, int index);
enum TypedArrayId {
« no previous file with comments | « no previous file | src/runtime/runtime-array.cc » ('j') | src/runtime/runtime-array.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698