Home | History | Annotate | Download | only in webkit

Lines Matching refs:jsc

29 # 1. use JS_ENGINE environment variable, value can be either 'jsc' or 'v8'
31 # 2. if JS_ENGINE is not set, or is not 'jsc' or 'v8', this makefile picks
37 # To enable JIT in Android's JSC, please set ENABLE_JSC_JIT environment
45 # default is V8. On everything else, the only choice is JSC.
50 ALT_ENGINE = jsc
52 DEFAULT_ENGINE = jsc
53 ALT_ENGINE = jsc
56 ifneq ($(JAVASCRIPT_ENGINE),jsc)
191 ifeq ($(JAVASCRIPT_ENGINE),jsc)
203 ifeq ($(JAVASCRIPT_ENGINE),jsc)
226 # Enable JSC JIT if JSC is used and ENABLE_JSC_JIT environment
228 ifeq ($(JAVASCRIPT_ENGINE),jsc)
316 ifeq ($(JAVASCRIPT_ENGINE),jsc)
335 # Append jsc intermediate include paths to the WebKit include list.
342 endif # JAVASCRIPT_ENGINE == jsc
353 ifeq ($(JAVASCRIPT_ENGINE),jsc)