| Index: src/api-natives.h
|
| diff --git a/src/api-natives.h b/src/api-natives.h
|
| index 91f0b168d92830a5a365a43ad486c672d3edd7e0..fcca4a5a17e63834cd001adcd242b9ceb9ef34d9 100644
|
| --- a/src/api-natives.h
|
| +++ b/src/api-natives.h
|
| @@ -24,6 +24,10 @@
|
|
|
| MUST_USE_RESULT static MaybeHandle<JSObject> InstantiateObject(
|
| Handle<ObjectTemplateInfo> data);
|
| +
|
| + MUST_USE_RESULT static MaybeHandle<FunctionTemplateInfo> ConfigureInstance(
|
| + Isolate* isolate, Handle<FunctionTemplateInfo> instance,
|
| + Handle<JSObject> data);
|
|
|
| enum ApiInstanceType {
|
| JavaScriptObjectType,
|
|
|