[gjs/wip/ptomato/mozjs45prep: 12/16] importer: enumerate operation api
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/wip/ptomato/mozjs45prep: 12/16] importer: enumerate operation api
- Date: Sun, 19 Mar 2017 05:21:52 +0000 (UTC)
commit af8744e55d4f48a2bca5a4384f5e330de644fe2a
Author: Philip Chimento <philip endlessm com>
Date: Sun Mar 19 05:16:40 2017 +0000
importer: enumerate operation api
gjs/importer.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gjs/importer.cpp b/gjs/importer.cpp
index 61cd40a..c1fa666 100644
--- a/gjs/importer.cpp
+++ b/gjs/importer.cpp
@@ -683,7 +683,8 @@ do_import(JSContext *context,
static bool
importer_enumerate(JSContext *context,
JS::HandleObject object,
- JS::AutoIdVector& properties)
+ JS::AutoIdVector& properties,
+ bool enumerable_only)
{
Importer *priv;
guint32 search_path_len;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]