OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFunctionContext
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/
contexts.cc
39
while (!current->
IsFunctionContext
() && !current->IsGlobalContext()) {
116
(context->
IsFunctionContext
() && context->has_extension())) {
137
if (context->
IsFunctionContext
() || context->IsBlockContext()) {
141
if (context->
IsFunctionContext
()) {
198
if (follow_context_chain && context->
IsFunctionContext
()) {
contexts.h
343
bool
IsFunctionContext
() {
scopes.cc
219
} else if (context->
IsFunctionContext
()) {
[
all
...]
runtime.cc
[
all
...]
/external/chromium_org/v8/src/
contexts.cc
39
while (!current->
IsFunctionContext
() && !current->IsNativeContext()) {
126
(context->
IsFunctionContext
() && context->has_extension())) {
150
if (context->
IsFunctionContext
() || context->IsBlockContext()) {
154
if (context->
IsFunctionContext
()) {
215
if (follow_context_chain && context->
IsFunctionContext
()) {
contexts.h
400
bool
IsFunctionContext
() {
scopes.cc
245
} else if (context->
IsFunctionContext
()) {
[
all
...]
runtime.cc
[
all
...]
Completed in 415 milliseconds