summaryrefslogtreecommitdiff
path: root/deps/v8/src/execution.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/execution.h')
-rw-r--r--deps/v8/src/execution.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/v8/src/execution.h b/deps/v8/src/execution.h
index ae263bddd7..47cbb08f03 100644
--- a/deps/v8/src/execution.h
+++ b/deps/v8/src/execution.h
@@ -98,12 +98,6 @@ class Execution FINAL : public AllStatic {
static Handle<Object> CharAt(Handle<String> str, uint32_t index);
static Handle<Object> GetFunctionFor();
- MUST_USE_RESULT static MaybeHandle<JSFunction> InstantiateFunction(
- Handle<FunctionTemplateInfo> data);
- MUST_USE_RESULT static MaybeHandle<JSObject> InstantiateObject(
- Handle<ObjectTemplateInfo> data);
- MUST_USE_RESULT static MaybeHandle<Object> ConfigureInstance(
- Isolate* isolate, Handle<Object> instance, Handle<Object> data);
static Handle<String> GetStackTraceLine(Handle<Object> recv,
Handle<JSFunction> fun,
Handle<Object> pos,