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

Unified Diff: src/objects.h

Issue 2084663004: WIP: prototype ffi support Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index a7aabe23e0f856b18734e09f3fe4f40c7b4b508d..e502633592f0a17a82173388c45fe34ce07aa7c6 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -4870,7 +4870,8 @@ class Code: public HeapObject {
V(REGEXP) \
V(WASM_FUNCTION) \
V(WASM_TO_JS_FUNCTION) \
- V(JS_TO_WASM_FUNCTION)
+ V(JS_TO_WASM_FUNCTION) \
+ V(JS_TO_NATIVE_FUNCTION)
Benedikt Meurer 2016/06/21 03:26:01 Not sure this necessary. Those functions could als
ofrobots 2016/06/23 01:02:51 I think the same argument could be made for JS_TO_
Benedikt Meurer 2016/06/23 03:34:07 JS_TO_WASM is somewhat special and likely subject
#define IC_KIND_LIST(V) \
V(LOAD_IC) \
« src/compiler/ffi-compiler.cc ('K') | « src/log.cc ('k') | src/snapshot/code-serializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698