Bug 1708448 - Move property and element functions into js/public/PropertyAndElement.h. r=nbp

Differential Revision: https://phabricator.services.mozilla.com/D119619
This commit is contained in:
Tooru Fujisawa
2021-07-13 11:52:42 +00:00
parent c31c643b0b
commit 0986662ce6
189 changed files with 1762 additions and 1389 deletions

View File

@@ -29,6 +29,7 @@
#include "js/Class.h"
#include "js/Date.h"
#include "js/Object.h" // JS::GetClass
#include "js/PropertyAndElement.h" // JS_GetProperty, JS_GetPropertyById, JS_HasOwnProperty, JS_HasOwnPropertyById
#include "js/StructuredClone.h"
#include "mozilla/EndianUtils.h"
#include "mozilla/ErrorResult.h"