Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
126 * Note that this is different from a detached context where all accesses to
129 * It is also not possible to detach an object returned by this method.
134 * returned by this method.
149 /** Returns the security token of this context.*/
153 * Enter this context. After entering a context, all code compiled
154 * and run is compiled and run in this context. If another context
155 * is already entered, this old context is saved so it can be
161 * Exit this context. Exiting the current context restores the
191 * to this object and can use it to "export" functionality by adding
221 * this method with false will disable 'eval' and the 'Function'
222 * constructor for code running in this context. If 'eval' or the
256 * If callback is set, abort any attempt to execute JavaScript in this
349 A ctx = *reinterpret_cast<const A*>(this);
362 *reinterpret_cast<A*>(this));
374 A ctx = *reinterpret_cast<const A*>(this);