OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_scope
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
ScriptScope.cpp
42
,
m_scope
(m_context)
ScriptScope.h
49
v8::Context::Scope
m_scope
;
member in class:WebCore::ScriptScope
IDBBindingUtilities.cpp
116
v8::HandleScope
m_scope
;
member in class:WebCore::__anon16042::LocalContext
/external/webkit/Source/JavaScriptCore/parser/
ASTBuilder.h
79
,
m_scope
(globalData)
118
ParserArenaData<DeclarationStacks::VarStack>* varDeclarations() { return
m_scope
.m_varDeclarations; }
119
ParserArenaData<DeclarationStacks::FunctionStack>* funcDeclarations() { return
m_scope
.m_funcDeclarations; }
120
int features() const { return
m_scope
.m_features; }
121
int numConstants() const { return
m_scope
.m_numConstants; }
303
m_scope
.m_funcDeclarations->data.append(decl->body());
497
m_scope
.m_varDeclarations->data.append(std::make_pair(ident, attrs));
614
void incConstants() {
m_scope
.m_numConstants++; }
615
void usesThis() {
m_scope
.m_features |= ThisFeature; }
616
void usesCatch() {
m_scope
.m_features |= CatchFeature;
633
Scope
m_scope
;
member in class:JSC::ASTBuilder
[
all
...]
/external/webkit/Source/WebKit/chromium/tests/
IDBBindingUtilitiesTest.cpp
56
v8::HandleScope
m_scope
;
member in class:__anon16322::LocalContext
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
1250
let
m_scope
= mdnode context [| |] in
var
[
all
...]
Completed in 201 milliseconds