Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
129 * Note that this is different from a detached context where all accesses to
132 * It is also not possible to detach an object returned by this method.
137 * returned by this method.
152 /** Returns the security token of this context.*/
156 * Enter this context. After entering a context, all code compiled
157 * and run is compiled and run in this context. If another context
158 * is already entered, this old context is saved so it can be
164 * Exit this context. Exiting the current context restores the
177 * object. The provided object *will* be frozen by DeepFreeze after this
189 * Attempts to recursively freeze all objects reachable from this context.
191 * and will cause this method to throw an error. An optional delegate can be
195 * 1. "Marking" where we iterate through all objects reachable by this
233 * to this object and can use it to "export" functionality by adding
263 * this method with false will disable 'eval' and the 'Function'
264 * constructor for code running in this context. If 'eval' or the
304 * If callback is set, abort any attempt to execute JavaScript in this
398 A ctx = internal::ValueHelper::ValueAsAddress(this);
422 A ctx = internal::ValueHelper::ValueAsAddress(this);