main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
832 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | 'use strict';
|
---|
| 2 | require('../../modules/es.object.to-string');
|
---|
| 3 | require('../../modules/es.reflect.apply');
|
---|
| 4 | require('../../modules/es.reflect.construct');
|
---|
| 5 | require('../../modules/es.reflect.define-property');
|
---|
| 6 | require('../../modules/es.reflect.delete-property');
|
---|
| 7 | require('../../modules/es.reflect.get');
|
---|
| 8 | require('../../modules/es.reflect.get-own-property-descriptor');
|
---|
| 9 | require('../../modules/es.reflect.get-prototype-of');
|
---|
| 10 | require('../../modules/es.reflect.has');
|
---|
| 11 | require('../../modules/es.reflect.is-extensible');
|
---|
| 12 | require('../../modules/es.reflect.own-keys');
|
---|
| 13 | require('../../modules/es.reflect.prevent-extensions');
|
---|
| 14 | require('../../modules/es.reflect.set');
|
---|
| 15 | require('../../modules/es.reflect.set-prototype-of');
|
---|
| 16 | require('../../modules/es.reflect.to-string-tag');
|
---|
| 17 | var path = require('../../internals/path');
|
---|
| 18 |
|
---|
| 19 | module.exports = path.Reflect;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.