Lines Matching full:o
70 // a. Return ? OrdinaryGet(O, P, Receiver). in GetProperty()
75 // 3. Let exports be O.[[Exports]]. in GetProperty()
84 // 5. Let m be O.[[Module]]. in GetProperty()
115 // 1. Let exports be a copy of O.[[Exports]]. in OwnPropertyKeys()
123 // 2. Let symbolKeys be ! OrdinaryOwnPropertyKeys(O). in OwnPropertyKeys()
142 // 1. If Type(P) is Symbol, return ! OrdinaryDefineOwnProperty(O, P, Desc). in DefineOwnProperty()
148 // 2. Let current be ? O.[[GetOwnProperty]](P). in DefineOwnProperty()
186 // 1. If Type(P) is Symbol, return OrdinaryHasProperty(O, P). in HasProperty()
190 // 2. Let exports be O.[[Exports]]. in HasProperty()
216 // 1. If Type(P) is Symbol, return OrdinaryGetOwnProperty(O, P). in GetOwnProperty()
220 // 2. Let exports be O.[[Exports]]. in GetOwnProperty()
230 // 4. Let value be ? O.[[Get]](P, O). in GetOwnProperty()
257 // Return ? OrdinaryDelete(O, P). in DeleteProperty()
261 // 3. Let exports be O.[[Exports]]. in DeleteProperty()