[gjs/wip/ptomato/mozjs45prep: 12/18] importer: enumerate operation api
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/wip/ptomato/mozjs45prep: 12/18] importer: enumerate operation api
- Date: Sun, 19 Mar 2017 08:04:41 +0000 (UTC)
commit e64ea5b08f33f456e1565e6fca3fb2c64877e71a
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]