HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 326 - 350 of 594) sorted by null

<<11121314151617181920>>

  /external/v8/src/
ast.cc 155 return scope()->AllowsLazyCompilation();
160 return scope()->start_position();
165 return scope()->end_position();
170 return scope()->language_mode();
    [all...]
handles.h 89 // Closes the given scope, but lets this handle escape. See
91 inline Handle<T> EscapeFrom(v8::HandleScope* scope);
99 // After a handle scope has been created, all local handles will be
100 // allocated within that handle scope until either the handle scope is
101 // deleted or another handle scope is created. If there is already a
102 // handle scope and a new one is created, all allocations will take
103 // place in the new handle scope until it is deleted. After that,
104 // new handles will again be allocated in the original handle scope.
106 // After the handle scope of a local handle has been deleted th
    [all...]
mksnapshot.cc 308 { HandleScope scope; local
  /external/v8/src/ia32/
debug-ia32.cc 104 FrameScope scope(masm, StackFrame::INTERNAL);
  /external/v8/src/mips/
debug-mips.cc 128 FrameScope scope(masm, StackFrame::INTERNAL);
deoptimizer-mips.cc 46 HandleScope scope; local
766 CpuFeatures::Scope scope(FPU);
831 AllowExternalCallThatCantCauseGC scope(masm());
    [all...]
  /external/v8/src/x64/
debug-x64.cc 104 FrameScope scope(masm, StackFrame::INTERNAL);
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 217 void notifyOfScope(ScriptExecutable* scope);
326 // required within the scope of a single function. It can be instantiated as a
382 // use within a global or static scope, and as such cannot have a destructor.
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 215 // Get scope chain array in format: [<scope type>, <scope object>, <scope type>, <scope object>,...]
219 var scopeMirror = frameMirror.scope(i);
229 // Reset scope object prototype to null so that the proto properties
230 // don't appear in the local scope section.
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InjectedScriptManager.cpp 78 v8::HandleScope scope; local
81 v8::Context::Scope contextScope(inspectedContext);
117 v8::Context::Scope contextScope(context);
132 v8::Context::Scope contextScope(context);
166 v8::Context::Scope contextScope(context);
  /external/webkit/Source/WebCore/editing/
TextIterator.h 104 static PassRefPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, bool spacesForReplacedElements = false);
  /external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp 149 XMLDocumentParserScope scope(cachedResourceLoader(), XSLTProcessor::genericErrorFunc, XSLTProcessor::parseErrorFunc, console);
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.cpp 174 v8::HandleScope scope; local
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 28 a given scope. */
56 /* The datatype used to implement C++ scope. */
59 /* Nonzero if this binding is for a local scope, as opposed to a class
60 or namespace scope. */
74 /* The scope at which this binding was made. */ variable
75 cxx_scope *scope;
103 sk_block = 0, /* An ordinary block scope. This enumerator must
106 contents to zero, and the default scope kind
108 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 100 TYPE is placed in the outermost lexical scope. The semantics
150 /* Function to add a decl to the current scope level. Takes one
156 /* Returns the chain of decls so far in the current scope level. */
255 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
257 bool (*has_global_name) (tree decl, void *scope);
417 necessary. 1: and scope information. 2: and any other
427 necessary. 1: and scope information. */
509 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 28 a given scope. */
56 /* The datatype used to implement C++ scope. */
59 /* Nonzero if this binding is for a local scope, as opposed to a class
60 or namespace scope. */
74 /* The scope at which this binding was made. */ variable
75 cxx_scope *scope;
103 sk_block = 0, /* An ordinary block scope. This enumerator must
106 contents to zero, and the default scope kind
108 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 100 TYPE is placed in the outermost lexical scope. The semantics
150 /* Function to add a decl to the current scope level. Takes one
156 /* Returns the chain of decls so far in the current scope level. */
255 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
257 bool (*has_global_name) (tree decl, void *scope);
417 necessary. 1: and scope information. 2: and any other
427 necessary. 1: and scope information. */
509 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 28 a given scope. */
56 /* The datatype used to implement C++ scope. */
59 /* Nonzero if this binding is for a local scope, as opposed to a class
60 or namespace scope. */
74 /* The scope at which this binding was made. */ variable
75 cxx_scope *scope;
103 sk_block = 0, /* An ordinary block scope. This enumerator must
106 contents to zero, and the default scope kind
108 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 100 TYPE is placed in the outermost lexical scope. The semantics
150 /* Function to add a decl to the current scope level. Takes one
156 /* Returns the chain of decls so far in the current scope level. */
255 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
257 bool (*has_global_name) (tree decl, void *scope);
417 necessary. 1: and scope information. 2: and any other
427 necessary. 1: and scope information. */
509 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 28 a given scope. */
56 /* The datatype used to implement C++ scope. */
59 /* Nonzero if this binding is for a local scope, as opposed to a class
60 or namespace scope. */
74 /* The scope at which this binding was made. */ variable
75 cxx_scope *scope;
103 sk_block = 0, /* An ordinary block scope. This enumerator must
106 contents to zero, and the default scope kind
108 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 100 TYPE is placed in the outermost lexical scope. The semantics
150 /* Function to add a decl to the current scope level. Takes one
156 /* Returns the chain of decls so far in the current scope level. */
255 /* Return true if DECL in SCOPE is scoped in global/namespace scope,
257 bool (*has_global_name) (tree decl, void *scope);
417 necessary. 1: and scope information. 2: and any other
427 necessary. 1: and scope information. */
509 /* Like builtin_function, but make sure the scope is the external scope
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);

Completed in 1356 milliseconds

<<11121314151617181920>>